Package physx.character
Class PxControllerShapeHit
- java.lang.Object
-
- physx.NativeObject
-
- physx.character.PxControllerHit
-
- physx.character.PxControllerShapeHit
-
public class PxControllerShapeHit extends PxControllerHit
-
-
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 protectedPxControllerShapeHit()protectedPxControllerShapeHit(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()PxRigidActorgetActor()PxShapegetShape()intgetTriangleIndex()voidsetActor(PxRigidActor value)voidsetShape(PxShape value)voidsetTriangleIndex(int value)static PxControllerShapeHitwrapPointer(long address)-
Methods inherited from class physx.character.PxControllerHit
getController, getDir, getLength, getWorldNormal, getWorldPos, setController, setDir, setLength, setWorldNormal, setWorldPos
-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxControllerShapeHit wrapPointer(long address)
-
destroy
public void destroy()
- Overrides:
destroyin classPxControllerHit
-
getActor
public PxRigidActor getActor()
- Returns:
- WebIDL type:
PxRigidActor
-
setActor
public void setActor(PxRigidActor value)
- Parameters:
value- WebIDL type:PxRigidActor
-
getTriangleIndex
public int getTriangleIndex()
- Returns:
- WebIDL type: unsigned long
-
setTriangleIndex
public void setTriangleIndex(int value)
- Parameters:
value- WebIDL type: unsigned long
-
-