Package physx.support
Class Vector_PxSweepHit
- java.lang.Object
-
- physx.NativeObject
-
- physx.support.Vector_PxSweepHit
-
public class Vector_PxSweepHit extends NativeObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isStackAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description Vector_PxSweepHit()Vector_PxSweepHit(int size)protectedVector_PxSweepHit(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PxSweepHitat(int index)PxSweepHitdata()voiddestroy()voidpush_back(PxSweepHit value)intsize()static Vector_PxSweepHitwrapPointer(long address)-
Methods inherited from class physx.NativeObject
getAddress
-
-
-
-
Method Detail
-
wrapPointer
public static Vector_PxSweepHit wrapPointer(long address)
-
destroy
public void destroy()
-
at
public PxSweepHit at(int index)
- Parameters:
index- unsigned long- Returns:
PxSweepHit[Ref]
-
data
public PxSweepHit data()
- Returns:
PxSweepHit
-
size
public int size()
- Returns:
- unsigned long
-
push_back
public void push_back(PxSweepHit value)
- Parameters:
value-PxSweepHit[Ref]
-
-