Package physx.physics
Class PxOverlapBuffer10
- java.lang.Object
-
- physx.NativeObject
-
- physx.physics.PxOverlapCallback
-
- physx.physics.PxOverlapBuffer10
-
public class PxOverlapBuffer10 extends PxOverlapCallback
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isExternallyAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description PxOverlapBuffer10()protectedPxOverlapBuffer10(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()PxOverlapHitgetAnyHit(int index)PxOverlapHitgetBlock()booleangetHasBlock()intgetMaxNbTouches()intgetNbAnyHits()intgetNbTouches()PxOverlapHitgetTouch(int index)PxOverlapHitgetTouches()voidsetBlock(PxOverlapHit value)voidsetHasBlock(boolean value)static PxOverlapBuffer10wrapPointer(long address)-
Methods inherited from class physx.physics.PxOverlapCallback
hasAnyHits
-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxOverlapBuffer10 wrapPointer(long address)
-
destroy
public void destroy()
- Overrides:
destroyin classPxOverlapCallback
-
getBlock
public PxOverlapHit getBlock()
- Returns:
- WebIDL type:
PxOverlapHit[Value]
-
setBlock
public void setBlock(PxOverlapHit value)
- 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
public PxOverlapHit getAnyHit(int index)
- Parameters:
index- WebIDL type: unsigned long- Returns:
- WebIDL type:
PxOverlapHit[Const, Ref]
-
getNbTouches
public int getNbTouches()
- Returns:
- WebIDL type: unsigned long
-
getTouches
public PxOverlapHit getTouches()
- Returns:
- WebIDL type:
PxOverlapHit[Const]
-
getTouch
public PxOverlapHit getTouch(int index)
- Parameters:
index- WebIDL type: unsigned long- Returns:
- WebIDL type:
PxOverlapHit[Const, Ref]
-
getMaxNbTouches
public int getMaxNbTouches()
- Returns:
- WebIDL type: unsigned long
-
-