public class PxActor extends PxBase
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxActor() |
protected |
PxActor(long address) |
| Modifier and Type | Method and Description |
|---|---|
PxActorFlags |
getActorFlags() |
byte |
getDominanceGroup() |
java.lang.String |
getName() |
byte |
getOwnerClient() |
PxScene |
getScene() |
int |
getType() |
NativeObject |
getUserData() |
PxBounds3 |
getWorldBounds() |
PxBounds3 |
getWorldBounds(float inflation) |
void |
setActorFlags(PxActorFlags flags) |
void |
setDominanceGroup(byte dominanceGroup) |
void |
setName(java.lang.String name) |
void |
setOwnerClient(byte inClient) |
void |
setUserData(NativeObject value) |
static PxActor |
wrapPointer(long address) |
getBaseFlags, getConcreteType, getConcreteTypeName, isReleasable, release, setBaseFlag, setBaseFlagscheckNotNull, equals, getAddress, hashCodepublic static PxActor wrapPointer(long address)
public NativeObject getUserData()
public void setUserData(NativeObject value)
value - WebIDL type: VoidPtrpublic int getType()
PxActorTypeEnum [enum]public void setName(java.lang.String name)
name - WebIDL type: DOMStringpublic java.lang.String getName()
public PxBounds3 getWorldBounds(float inflation)
inflation - WebIDL type: floatPxBounds3 [Value]public void setActorFlags(PxActorFlags flags)
flags - WebIDL type: PxActorFlags [Ref]public PxActorFlags getActorFlags()
PxActorFlags [Value]public void setDominanceGroup(byte dominanceGroup)
dominanceGroup - WebIDL type: octetpublic byte getDominanceGroup()
public void setOwnerClient(byte inClient)
inClient - WebIDL type: octetpublic byte getOwnerClient()