java.lang.Object
physx.physics.PxOverlapResult.Raw
- Enclosing class:
- PxOverlapResult
-
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 intgetNbAnyHits(long address) static intgetNbTouches(long address) static longgetTouch(long address, int index) static longstatic voidsetBlock(long address, long value) static voidsetHasBlock(long address, boolean value)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxOverlapResult
public static long PxOverlapResult() -
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) -
getTouch
public static long getTouch(long address, int index)
-