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