java.lang.Object
physx.NativeObject
physx.extensions.PxRigidActorExt
-
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 PxRigidActorExtarrayGet(long baseAddress, int index) static PxShapecreateExclusiveShape(PxRigidActor actor, PxGeometry geometry, PxMaterial material) static PxShapecreateExclusiveShape(PxRigidActor actor, PxGeometry geometry, PxMaterial material, PxShapeFlags flags) voiddestroy()static PxRigidActorExtwrapPointer(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
-
PxRigidActorExt
protected PxRigidActorExt() -
PxRigidActorExt
protected PxRigidActorExt(long address)
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
createExclusiveShape
public static PxShape createExclusiveShape(PxRigidActor actor, PxGeometry geometry, PxMaterial material) - Parameters:
actor- WebIDL type:PxRigidActor[Ref]geometry- WebIDL type:PxGeometry[Const, Ref]material- WebIDL type:PxMaterial[Const, Ref]- Returns:
- WebIDL type:
PxShape
-
createExclusiveShape
public static PxShape createExclusiveShape(PxRigidActor actor, PxGeometry geometry, PxMaterial material, PxShapeFlags flags) - Parameters:
actor- WebIDL type:PxRigidActor[Ref]geometry- WebIDL type:PxGeometry[Const, Ref]material- WebIDL type:PxMaterial[Const, Ref]flags- WebIDL type:PxShapeFlags[Ref]- Returns:
- WebIDL type:
PxShape
-