public class PxRaycastQueryResult extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxRaycastQueryResult() |
protected |
PxRaycastQueryResult(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
PxRaycastHit |
getAnyHit(int index) |
PxRaycastHit |
getBlock() |
boolean |
getHasBlock() |
int |
getNbAnyHits() |
int |
getNbTouches() |
byte |
getQueryStatus() |
PxRaycastHit |
getTouches() |
NativeObject |
getUserData() |
void |
setBlock(PxRaycastHit value) |
void |
setHasBlock(boolean value) |
void |
setNbTouches(int value) |
void |
setQueryStatus(byte value) |
void |
setTouches(PxRaycastHit value) |
void |
setUserData(NativeObject value) |
static PxRaycastQueryResult |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxRaycastQueryResult()
protected PxRaycastQueryResult(long address)
public static PxRaycastQueryResult wrapPointer(long address)
public void destroy()
public PxRaycastHit getBlock()
PxRaycastHit [Value]public void setBlock(PxRaycastHit value)
value - WebIDL type: PxRaycastHit [Value]public PxRaycastHit getTouches()
PxRaycastHitpublic void setTouches(PxRaycastHit value)
value - WebIDL type: PxRaycastHitpublic int getNbTouches()
public void setNbTouches(int value)
value - WebIDL type: unsigned longpublic NativeObject getUserData()
public void setUserData(NativeObject value)
value - WebIDL type: anypublic byte getQueryStatus()
public void setQueryStatus(byte value)
value - WebIDL type: octetpublic boolean getHasBlock()
public void setHasBlock(boolean value)
value - WebIDL type: booleanpublic int getNbAnyHits()
public PxRaycastHit getAnyHit(int index)
index - WebIDL type: unsigned longPxRaycastHit [Const, Ref]