Package physx.physics
Class PxActorShape
- java.lang.Object
-
- physx.NativeObject
-
- physx.physics.PxActorShape
-
- Direct Known Subclasses:
PxQueryHit
public class PxActorShape 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 protectedPxActorShape()protectedPxActorShape(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()PxRigidActorgetActor()PxShapegetShape()voidsetActor(PxRigidActor value)voidsetShape(PxShape value)static PxActorShapewrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxActorShape wrapPointer(long address)
-
destroy
public void destroy()
-
getActor
public PxRigidActor getActor()
- Returns:
- WebIDL type:
PxRigidActor
-
setActor
public void setActor(PxRigidActor value)
- Parameters:
value- WebIDL type:PxRigidActor
-
-