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