public class PxRigidActor extends PxActor
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxRigidActor() |
protected |
PxRigidActor(long address) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
attachShape(PxShape shape) |
void |
detachShape(PxShape shape) |
void |
detachShape(PxShape shape,
boolean wakeOnLostTouch) |
PxTransform |
getGlobalPose() |
int |
getNbShapes() |
void |
setGlobalPose(PxTransform pose) |
void |
setGlobalPose(PxTransform pose,
boolean autowake) |
static PxRigidActor |
wrapPointer(long address) |
getActorFlags, getDominanceGroup, getName, getOwnerClient, getScene, getType, getUserData, getWorldBounds, getWorldBounds, setActorFlags, setDominanceGroup, setName, setOwnerClient, setUserDatagetBaseFlags, getConcreteType, getConcreteTypeName, isReleasable, release, setBaseFlag, setBaseFlagscheckNotNull, equals, getAddress, hashCodeprotected PxRigidActor()
protected PxRigidActor(long address)
public static PxRigidActor wrapPointer(long address)
public PxTransform getGlobalPose()
PxTransform [Value]public void setGlobalPose(PxTransform pose)
pose - WebIDL type: PxTransform [Const, Ref]public void setGlobalPose(PxTransform pose, boolean autowake)
pose - WebIDL type: PxTransform [Const, Ref]autowake - WebIDL type: booleanpublic boolean attachShape(PxShape shape)
shape - WebIDL type: PxShape [Ref]public void detachShape(PxShape shape, boolean wakeOnLostTouch)
shape - WebIDL type: PxShape [Ref]wakeOnLostTouch - WebIDL type: booleanpublic int getNbShapes()