public class Vector_PxVehicleWheels extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
Vector_PxVehicleWheels() |
|
Vector_PxVehicleWheels(int size) |
protected |
Vector_PxVehicleWheels(long address) |
| Modifier and Type | Method and Description |
|---|---|
PxVehicleWheels |
at(int index) |
void |
clear() |
PxVehicleWheelsPtr |
data() |
void |
destroy() |
void |
push_back(PxVehicleWheels value) |
int |
size() |
static Vector_PxVehicleWheels |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected Vector_PxVehicleWheels(long address)
public Vector_PxVehicleWheels()
public Vector_PxVehicleWheels(int size)
size - WebIDL type: unsigned longpublic static Vector_PxVehicleWheels wrapPointer(long address)
public void destroy()
public PxVehicleWheels at(int index)
index - WebIDL type: unsigned longPxVehicleWheelspublic PxVehicleWheelsPtr data()
PxVehicleWheelsPtrpublic int size()
public void push_back(PxVehicleWheels value)
value - WebIDL type: PxVehicleWheelspublic void clear()