Package physx.support
Class SupportFunctions
- java.lang.Object
-
- physx.NativeObject
-
- physx.support.SupportFunctions
-
public class SupportFunctions extends NativeObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isExternallyAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSupportFunctions()protectedSupportFunctions(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()static PxShapePxActor_getShape(PxRigidActor actor, int index)static SupportFunctionswrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static SupportFunctions wrapPointer(long address)
-
destroy
public void destroy()
-
PxActor_getShape
public static PxShape PxActor_getShape(PxRigidActor actor, int index)
- Parameters:
actor- WebIDL type:PxRigidActor[Ref]index- WebIDL type: long- Returns:
- WebIDL type:
PxShape
-
-