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