public class SupportFunctions extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
SupportFunctions() |
protected |
SupportFunctions(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
static PxShape |
PxActor_getShape(PxRigidActor actor,
int index) |
static PxActor |
PxContactPairHeader_getActor(PxContactPairHeader pairHeader,
int index) |
static Vector_PxActorPtr |
PxScene_getActiveActors(PxScene scene) |
static SupportFunctions |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected SupportFunctions()
protected SupportFunctions(long address)
public static SupportFunctions wrapPointer(long address)
public void destroy()
public static PxShape PxActor_getShape(PxRigidActor actor, int index)
actor - WebIDL type: PxRigidActor [Ref]index - WebIDL type: longPxShapepublic static PxActor PxContactPairHeader_getActor(PxContactPairHeader pairHeader, int index)
pairHeader - WebIDL type: PxContactPairHeader [Ref]index - WebIDL type: longPxActorpublic static Vector_PxActorPtr PxScene_getActiveActors(PxScene scene)
scene - WebIDL type: PxSceneVector_PxActorPtr [Ref]