Package physx.character
Class PxControllerHit
- java.lang.Object
-
- physx.NativeObject
-
- physx.character.PxControllerHit
-
- Direct Known Subclasses:
PxControllerObstacleHit,PxControllerShapeHit,PxControllersHit
public class PxControllerHit 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 protectedPxControllerHit()protectedPxControllerHit(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()PxControllergetController()PxVec3getDir()floatgetLength()PxVec3getWorldNormal()PxExtendedVec3getWorldPos()voidsetController(PxController value)voidsetDir(PxVec3 value)voidsetLength(float value)voidsetWorldNormal(PxVec3 value)voidsetWorldPos(PxExtendedVec3 value)static PxControllerHitwrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxControllerHit wrapPointer(long address)
-
destroy
public void destroy()
-
getController
public PxController getController()
- Returns:
- WebIDL type:
PxController
-
setController
public void setController(PxController value)
- Parameters:
value- WebIDL type:PxController
-
getWorldPos
public PxExtendedVec3 getWorldPos()
- Returns:
- WebIDL type:
PxExtendedVec3[Value]
-
setWorldPos
public void setWorldPos(PxExtendedVec3 value)
- Parameters:
value- WebIDL type:PxExtendedVec3[Value]
-
setWorldNormal
public void setWorldNormal(PxVec3 value)
- Parameters:
value- WebIDL type:PxVec3[Value]
-
getLength
public float getLength()
- Returns:
- WebIDL type: float
-
setLength
public void setLength(float value)
- Parameters:
value- WebIDL type: float
-
-