public class Vector_PxSweepHit extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
Vector_PxSweepHit() |
|
Vector_PxSweepHit(int size) |
protected |
Vector_PxSweepHit(long address) |
| Modifier and Type | Method and Description |
|---|---|
PxSweepHit |
at(int index) |
void |
clear() |
PxSweepHit |
data() |
void |
destroy() |
void |
push_back(PxSweepHit value) |
int |
size() |
static Vector_PxSweepHit |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected Vector_PxSweepHit(long address)
public Vector_PxSweepHit()
public Vector_PxSweepHit(int size)
size - WebIDL type: unsigned longpublic static Vector_PxSweepHit wrapPointer(long address)
public void destroy()
public PxSweepHit at(int index)
index - WebIDL type: unsigned longPxSweepHit [Ref]public PxSweepHit data()
PxSweepHitpublic int size()
public void push_back(PxSweepHit value)
value - WebIDL type: PxSweepHit [Ref]public void clear()