Package physx.extensions
Class PxRigidActorExt
- java.lang.Object
-
- physx.NativeObject
-
- physx.extensions.PxRigidActorExt
-
public class PxRigidActorExt 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 protectedPxRigidActorExt()protectedPxRigidActorExt(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
wrapPointer
public static PxRigidActorExt wrapPointer(long address)
-
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
-
-