Package physx.physics
Class PxSweepBuffer10
- java.lang.Object
-
- physx.NativeObject
-
- physx.physics.PxSweepCallback
-
- physx.physics.PxSweepBuffer10
-
public class PxSweepBuffer10 extends PxSweepCallback
-
-
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 PxSweepBuffer10()protectedPxSweepBuffer10(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()PxSweepHitgetAnyHit(int index)PxSweepHitgetBlock()booleangetHasBlock()intgetMaxNbTouches()intgetNbAnyHits()intgetNbTouches()PxSweepHitgetTouch(int index)PxSweepHitgetTouches()voidsetBlock(PxSweepHit value)voidsetHasBlock(boolean value)static PxSweepBuffer10wrapPointer(long address)-
Methods inherited from class physx.physics.PxSweepCallback
hasAnyHits
-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxSweepBuffer10 wrapPointer(long address)
-
destroy
public void destroy()
- Overrides:
destroyin classPxSweepCallback
-
getBlock
public PxSweepHit getBlock()
- Returns:
- WebIDL type:
PxSweepHit[Value]
-
setBlock
public void setBlock(PxSweepHit value)
- Parameters:
value- WebIDL type:PxSweepHit[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 PxSweepHit getAnyHit(int index)
- Parameters:
index- WebIDL type: unsigned long- Returns:
- WebIDL type:
PxSweepHit[Const, Ref]
-
getNbTouches
public int getNbTouches()
- Returns:
- WebIDL type: unsigned long
-
getTouches
public PxSweepHit getTouches()
- Returns:
- WebIDL type:
PxSweepHit[Const]
-
getTouch
public PxSweepHit getTouch(int index)
- Parameters:
index- WebIDL type: unsigned long- Returns:
- WebIDL type:
PxSweepHit[Const, Ref]
-
getMaxNbTouches
public int getMaxNbTouches()
- Returns:
- WebIDL type: unsigned long
-
-