public class PxActorShape extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxActorShape() |
protected |
PxActorShape(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
PxRigidActor |
getActor() |
PxShape |
getShape() |
void |
setActor(PxRigidActor value) |
void |
setShape(PxShape value) |
static PxActorShape |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxActorShape()
protected PxActorShape(long address)
public static PxActorShape wrapPointer(long address)
public void destroy()
public PxRigidActor getActor()
PxRigidActorpublic void setActor(PxRigidActor value)
value - WebIDL type: PxRigidActor