java.lang.Object
physx.support.NativeArrayHelpers.Raw
- Enclosing class:
- NativeArrayHelpers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static longgetActorAt(long base, int index) static longgetBounds3At(long base, int index) static longgetContactPairAt(long base, int index) static longgetContactPairHeaderAt(long base, int index) static longgetControllerAt(long base, int index) static longgetControllerObstacleHitAt(long base, int index) static longgetControllerShapeHitAt(long base, int index) static longgetControllersHitAt(long base, int index) static longgetDebugLineAt(long base, int index) static longgetDebugPointAt(long base, int index) static longgetDebugTriangleAt(long base, int index) static longgetObstacleAt(long base, int index) static floatgetRealAt(long base, int index) static longgetShapeAt(long base, int index) static longgetTriggerPairAt(long base, int index) static shortgetU16At(long base, int index) static intgetU32At(long base, int index) static bytegetU8At(long base, int index) static longgetVec3At(long base, int index) static voidsetRealAt(long base, int index, float value) static voidsetU16At(long base, int index, short value) static voidsetU32At(long base, int index, int value) static voidsetU8At(long base, int index, byte value) static longvoidToI32Ptr(long voidPtr) static longvoidToRealPtr(long voidPtr) static longvoidToU16Ptr(long voidPtr) static longvoidToU32Ptr(long voidPtr) static longvoidToU8Ptr(long voidPtr)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
destroy
public static void destroy(long address) -
getU8At
public static byte getU8At(long base, int index) -
getU16At
public static short getU16At(long base, int index) -
getU32At
public static int getU32At(long base, int index) -
getRealAt
public static float getRealAt(long base, int index) -
setU8At
public static void setU8At(long base, int index, byte value) -
setU16At
public static void setU16At(long base, int index, short value) -
setU32At
public static void setU32At(long base, int index, int value) -
setRealAt
public static void setRealAt(long base, int index, float value) -
voidToU8Ptr
public static long voidToU8Ptr(long voidPtr) -
voidToU16Ptr
public static long voidToU16Ptr(long voidPtr) -
voidToU32Ptr
public static long voidToU32Ptr(long voidPtr) -
voidToI32Ptr
public static long voidToI32Ptr(long voidPtr) -
voidToRealPtr
public static long voidToRealPtr(long voidPtr) -
getActorAt
public static long getActorAt(long base, int index) -
getBounds3At
public static long getBounds3At(long base, int index) -
getContactPairAt
public static long getContactPairAt(long base, int index) -
getContactPairHeaderAt
public static long getContactPairHeaderAt(long base, int index) -
getControllerAt
public static long getControllerAt(long base, int index) -
getControllerShapeHitAt
public static long getControllerShapeHitAt(long base, int index) -
getControllersHitAt
public static long getControllersHitAt(long base, int index) -
getControllerObstacleHitAt
public static long getControllerObstacleHitAt(long base, int index) -
getDebugPointAt
public static long getDebugPointAt(long base, int index) -
getDebugLineAt
public static long getDebugLineAt(long base, int index) -
getDebugTriangleAt
public static long getDebugTriangleAt(long base, int index) -
getObstacleAt
public static long getObstacleAt(long base, int index) -
getShapeAt
public static long getShapeAt(long base, int index) -
getTriggerPairAt
public static long getTriggerPairAt(long base, int index) -
getVec3At
public static long getVec3At(long base, int index)
-