public class PxOverlapQueryResult extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxOverlapQueryResult() |
protected |
PxOverlapQueryResult(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
PxOverlapHit |
getAnyHit(int index) |
PxOverlapHit |
getBlock() |
boolean |
getHasBlock() |
int |
getNbAnyHits() |
int |
getNbTouches() |
byte |
getQueryStatus() |
PxOverlapHit |
getTouches() |
NativeObject |
getUserData() |
void |
setBlock(PxOverlapHit value) |
void |
setHasBlock(boolean value) |
void |
setNbTouches(int value) |
void |
setQueryStatus(byte value) |
void |
setTouches(PxOverlapHit value) |
void |
setUserData(NativeObject value) |
static PxOverlapQueryResult |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxOverlapQueryResult()
protected PxOverlapQueryResult(long address)
public static PxOverlapQueryResult wrapPointer(long address)
public void destroy()
public PxOverlapHit getBlock()
PxOverlapHit [Value]public void setBlock(PxOverlapHit value)
value - WebIDL type: PxOverlapHit [Value]public PxOverlapHit getTouches()
PxOverlapHitpublic void setTouches(PxOverlapHit value)
value - WebIDL type: PxOverlapHitpublic 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 PxOverlapHit getAnyHit(int index)
index - WebIDL type: unsigned longPxOverlapHit [Const, Ref]