java.lang.Object
physx.support.PxArray_PxSweepHit.Raw
- Enclosing class:
- PxArray_PxSweepHit
-
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_PxSweepHit(int size) static voidPxArray_PxSweepHit_placed(long address) static voidPxArray_PxSweepHit_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_PxSweepHit_placed
public static void PxArray_PxSweepHit_placed(long address) -
PxArray_PxSweepHit_placed
public static void PxArray_PxSweepHit_placed(long address, int size) -
PxArray_PxSweepHit
public static long PxArray_PxSweepHit() -
PxArray_PxSweepHit
public static long PxArray_PxSweepHit(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)
-