java.lang.Object
physx.NativeObject
physx.physics.PxOverlapCallback
physx.physics.PxOverlapBuffer10
-
Nested Class Summary
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T> -
Field Summary
FieldsFields inherited from class physx.NativeObject
address, isExternallyAllocated, SIZEOF_BYTE, SIZEOF_DOUBLE, SIZEOF_FLOAT, SIZEOF_INT, SIZEOF_LONG, SIZEOF_POINTER, SIZEOF_SHORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PxOverlapBuffer10arrayGet(long baseAddress, int index) voiddestroy()getAnyHit(int index) getBlock()booleanintintintgetTouch(int index) voidsetBlock(PxOverlapHit value) voidsetHasBlock(boolean value) static PxOverlapBuffer10wrapPointer(long address) Methods inherited from class physx.physics.PxOverlapCallback
hasAnyHitsMethods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
Field Details
-
SIZEOF
public static final int SIZEOF -
ALIGNOF
public static final int ALIGNOF- See Also:
-
-
Constructor Details
-
PxOverlapBuffer10
protected PxOverlapBuffer10(long address) -
PxOverlapBuffer10
public PxOverlapBuffer10()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy()- Overrides:
destroyin classPxOverlapCallback
-
getBlock
- Returns:
- WebIDL type:
PxOverlapHit[Value]
-
setBlock
- Parameters:
value- WebIDL type:PxOverlapHit[Value]
-
getHasBlock
public boolean getHasBlock()- Returns:
- WebIDL type: boolean
-
setHasBlock
public void setHasBlock(boolean value) - Parameters:
value- WebIDL type: boolean
-
getNbAnyHits
public int getNbAnyHits()- Returns:
- WebIDL type: unsigned long
-
getAnyHit
- Parameters:
index- WebIDL type: unsigned long- Returns:
- WebIDL type:
PxOverlapHit[Const, Ref]
-
getNbTouches
public int getNbTouches()- Returns:
- WebIDL type: unsigned long
-
getTouches
- Returns:
- WebIDL type:
PxOverlapHit[Const]
-
getTouch
- Parameters:
index- WebIDL type: unsigned long- Returns:
- WebIDL type:
PxOverlapHit[Const, Ref]
-
getMaxNbTouches
public int getMaxNbTouches()- Returns:
- WebIDL type: unsigned long
-