java.lang.Object
physx.support.PxArray_PxReal.Raw
- Enclosing class:
- PxArray_PxReal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longbegin(long address) static voidclear(long address) static voiddestroy(long address) static floatget(long address, int index) static voidpushBack(long address, float value) static longstatic longPxArray_PxReal(int size) static voidPxArray_PxReal_placed(long address) static voidPxArray_PxReal_placed(long address, int size) static voidset(long address, int index, float value) static intsize(long address)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxArray_PxReal_placed
public static void PxArray_PxReal_placed(long address) -
PxArray_PxReal_placed
public static void PxArray_PxReal_placed(long address, int size) -
PxArray_PxReal
public static long PxArray_PxReal() -
PxArray_PxReal
public static long PxArray_PxReal(int size) -
destroy
public static void destroy(long address) -
get
public static float get(long address, int index) -
set
public static void set(long address, int index, float value) -
begin
public static long begin(long address) -
size
public static int size(long address) -
pushBack
public static void pushBack(long address, float value) -
clear
public static void clear(long address)
-