public class PxOverlapBuffer10 extends PxOverlapCallback
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
PxOverlapBuffer10() |
protected |
PxOverlapBuffer10(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
PxOverlapHit |
getAnyHit(int index) |
PxOverlapHit |
getBlock() |
boolean |
getHasBlock() |
int |
getMaxNbTouches() |
int |
getNbAnyHits() |
int |
getNbTouches() |
PxOverlapHit |
getTouch(int index) |
PxOverlapHit |
getTouches() |
void |
setBlock(PxOverlapHit value) |
void |
setHasBlock(boolean value) |
static PxOverlapBuffer10 |
wrapPointer(long address) |
hasAnyHitscheckNotNull, equals, getAddress, hashCodeprotected PxOverlapBuffer10(long address)
public PxOverlapBuffer10()
public static PxOverlapBuffer10 wrapPointer(long address)
public void destroy()
destroy in class PxOverlapCallbackpublic PxOverlapHit getBlock()
PxOverlapHit [Value]public void setBlock(PxOverlapHit value)
value - WebIDL type: PxOverlapHit [Value]public 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]public int getNbTouches()
public PxOverlapHit getTouches()
PxOverlapHit [Const]public PxOverlapHit getTouch(int index)
index - WebIDL type: unsigned longPxOverlapHit [Const, Ref]public int getMaxNbTouches()