java.lang.Object
physx.physics.PxRaycastBuffer10.Raw
- Enclosing class:
- PxRaycastBuffer10
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static longgetAnyHit(long address, int index) static longgetBlock(long address) static booleangetHasBlock(long address) static intgetMaxNbTouches(long address) static intgetNbAnyHits(long address) static intgetNbTouches(long address) static longgetTouch(long address, int index) static longgetTouches(long address) static longstatic voidsetBlock(long address, long value) static voidsetHasBlock(long address, boolean value)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxRaycastBuffer10
public static long PxRaycastBuffer10() -
destroy
public static void destroy(long address) -
getBlock
public static long getBlock(long address) -
setBlock
public static void setBlock(long address, long value) -
getHasBlock
public static boolean getHasBlock(long address) -
setHasBlock
public static void setHasBlock(long address, boolean value) -
getNbAnyHits
public static int getNbAnyHits(long address) -
getAnyHit
public static long getAnyHit(long address, int index) -
getNbTouches
public static int getNbTouches(long address) -
getTouches
public static long getTouches(long address) -
getTouch
public static long getTouch(long address, int index) -
getMaxNbTouches
public static int getMaxNbTouches(long address)
-