public class PxRaycastHit extends PxLocationHit
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
PxRaycastHit() |
protected |
PxRaycastHit(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
float |
getU() |
float |
getV() |
void |
setU(float value) |
void |
setV(float value) |
static PxRaycastHit |
wrapPointer(long address) |
getDistance, getFlags, getNormal, getPosition, setDistance, setFlags, setNormal, setPositiongetFaceIndex, setFaceIndexgetActor, getShape, setActor, setShapecheckNotNull, equals, getAddress, hashCodeprotected PxRaycastHit(long address)
public PxRaycastHit()
public static PxRaycastHit wrapPointer(long address)
public void destroy()
destroy in class PxLocationHitpublic float getU()
public void setU(float value)
value - WebIDL type: floatpublic float getV()
public void setV(float value)
value - WebIDL type: float