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