java.lang.Object
physx.NativeObject
physx.support.SupportFunctions
-
Nested Class Summary
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T> -
Field Summary
FieldsFields inherited from class physx.NativeObject
address, isExternallyAllocated, SIZEOF_BYTE, SIZEOF_DOUBLE, SIZEOF_FLOAT, SIZEOF_INT, SIZEOF_LONG, SIZEOF_POINTER, SIZEOF_SHORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SupportFunctionsarrayGet(long baseAddress, int index) voiddestroy()static PxShapePxActor_getShape(PxRigidActor actor, int index) static intPxArticulationReducedCoordinate_getMinSolverPositionIterations(PxArticulationReducedCoordinate articulation) static intPxArticulationReducedCoordinate_getMinSolverVelocityIterations(PxArticulationReducedCoordinate articulation) static PxArray_PxActorPtrPxScene_getActiveActors(PxScene scene) static SupportFunctionswrapPointer(long address) Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
Field Details
-
SIZEOF
public static final int SIZEOF -
ALIGNOF
public static final int ALIGNOF- See Also:
-
-
Constructor Details
-
SupportFunctions
protected SupportFunctions() -
SupportFunctions
protected SupportFunctions(long address)
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
PxActor_getShape
- Parameters:
actor- WebIDL type:PxRigidActor[Ref]index- WebIDL type: long- Returns:
- WebIDL type:
PxShape
-
PxScene_getActiveActors
- Parameters:
scene- WebIDL type:PxScene- Returns:
- WebIDL type:
PxArray_PxActorPtr[Ref]
-
PxArticulationReducedCoordinate_getMinSolverPositionIterations
public static int PxArticulationReducedCoordinate_getMinSolverPositionIterations(PxArticulationReducedCoordinate articulation) - Parameters:
articulation- WebIDL type:PxArticulationReducedCoordinate- Returns:
- WebIDL type: unsigned long
-
PxArticulationReducedCoordinate_getMinSolverVelocityIterations
public static int PxArticulationReducedCoordinate_getMinSolverVelocityIterations(PxArticulationReducedCoordinate articulation) - Parameters:
articulation- WebIDL type:PxArticulationReducedCoordinate- Returns:
- WebIDL type: unsigned long
-