public class PxRigidActorExt extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxRigidActorExt() |
protected |
PxRigidActorExt(long address) |
| Modifier and Type | Method and Description |
|---|---|
static PxShape |
createExclusiveShape(PxRigidActor actor,
PxGeometry geometry,
PxMaterial material) |
static PxShape |
createExclusiveShape(PxRigidActor actor,
PxGeometry geometry,
PxMaterial material,
PxShapeFlags flags) |
void |
destroy() |
static PxRigidActorExt |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxRigidActorExt()
protected PxRigidActorExt(long address)
public static PxRigidActorExt wrapPointer(long address)
public void destroy()
public static PxShape createExclusiveShape(PxRigidActor actor, PxGeometry geometry, PxMaterial material)
actor - WebIDL type: PxRigidActor [Ref]geometry - WebIDL type: PxGeometry [Const, Ref]material - WebIDL type: PxMaterial [Const, Ref]PxShapepublic static PxShape createExclusiveShape(PxRigidActor actor, PxGeometry geometry, PxMaterial material, PxShapeFlags flags)
actor - WebIDL type: PxRigidActor [Ref]geometry - WebIDL type: PxGeometry [Const, Ref]material - WebIDL type: PxMaterial [Const, Ref]flags - WebIDL type: PxShapeFlags [Ref]PxShape