Package physx.physics
Class PxRaycastBuffer10
- java.lang.Object
-
- physx.NativeObject
-
- physx.physics.PxRaycastCallback
-
- physx.physics.PxRaycastBuffer10
-
public class PxRaycastBuffer10 extends PxRaycastCallback
-
-
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 PxRaycastBuffer10()protectedPxRaycastBuffer10(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()PxRaycastHitgetAnyHit(int index)PxRaycastHitgetBlock()booleangetHasBlock()intgetMaxNbTouches()intgetNbAnyHits()intgetNbTouches()PxRaycastHitgetTouch(int index)PxRaycastHitgetTouches()voidsetBlock(PxRaycastHit value)voidsetHasBlock(boolean value)static PxRaycastBuffer10wrapPointer(long address)-
Methods inherited from class physx.physics.PxRaycastCallback
hasAnyHits
-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxRaycastBuffer10 wrapPointer(long address)
-
destroy
public void destroy()
- Overrides:
destroyin classPxRaycastCallback
-
getBlock
public PxRaycastHit getBlock()
- Returns:
- WebIDL type:
PxRaycastHit[Value]
-
setBlock
public void setBlock(PxRaycastHit value)
- Parameters:
value- WebIDL type:PxRaycastHit[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 PxRaycastHit getAnyHit(int index)
- Parameters:
index- WebIDL type: unsigned long- Returns:
- WebIDL type:
PxRaycastHit[Const, Ref]
-
getNbTouches
public int getNbTouches()
- Returns:
- WebIDL type: unsigned long
-
getTouches
public PxRaycastHit getTouches()
- Returns:
- WebIDL type:
PxRaycastHit[Const]
-
getTouch
public PxRaycastHit getTouch(int index)
- Parameters:
index- WebIDL type: unsigned long- Returns:
- WebIDL type:
PxRaycastHit[Const, Ref]
-
getMaxNbTouches
public int getMaxNbTouches()
- Returns:
- WebIDL type: unsigned long
-
-