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