public class PxControllerHit extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxControllerHit() |
protected |
PxControllerHit(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
PxController |
getController() |
PxVec3 |
getDir() |
float |
getLength() |
PxVec3 |
getWorldNormal() |
PxExtendedVec3 |
getWorldPos() |
void |
setController(PxController value) |
void |
setDir(PxVec3 value) |
void |
setLength(float value) |
void |
setWorldNormal(PxVec3 value) |
void |
setWorldPos(PxExtendedVec3 value) |
static PxControllerHit |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxControllerHit()
protected PxControllerHit(long address)
public static PxControllerHit wrapPointer(long address)
public void destroy()
public PxController getController()
PxControllerpublic void setController(PxController value)
value - WebIDL type: PxControllerpublic PxExtendedVec3 getWorldPos()
PxExtendedVec3 [Value]public void setWorldPos(PxExtendedVec3 value)
value - WebIDL type: PxExtendedVec3 [Value]public void setWorldNormal(PxVec3 value)
value - WebIDL type: PxVec3 [Value]public float getLength()
public void setLength(float value)
value - WebIDL type: float