java.lang.Object
physx.NativeObject
physx.physics.PxSweepCallback
physx.physics.PxSweepBuffer10
-
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 PxSweepBuffer10arrayGet(long baseAddress, int index) voiddestroy()getAnyHit(int index) getBlock()booleanintintintgetTouch(int index) voidsetBlock(PxSweepHit value) voidsetHasBlock(boolean value) static PxSweepBuffer10wrapPointer(long address) Methods inherited from class physx.physics.PxSweepCallback
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
-
PxSweepBuffer10
protected PxSweepBuffer10(long address) -
PxSweepBuffer10
public PxSweepBuffer10()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy()- Overrides:
destroyin classPxSweepCallback
-
getBlock
- Returns:
- WebIDL type:
PxSweepHit[Value]
-
setBlock
- 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
- Parameters:
index- WebIDL type: unsigned long- Returns:
- WebIDL type:
PxSweepHit[Const, Ref]
-
getNbTouches
public int getNbTouches()- Returns:
- WebIDL type: unsigned long
-
getTouches
- Returns:
- WebIDL type:
PxSweepHit[Const]
-
getTouch
- Parameters:
index- WebIDL type: unsigned long- Returns:
- WebIDL type:
PxSweepHit[Const, Ref]
-
getMaxNbTouches
public int getMaxNbTouches()- Returns:
- WebIDL type: unsigned long
-