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