Package physx.support
Class Vector_PxVehicleWheels
- java.lang.Object
-
- physx.NativeObject
-
- physx.support.Vector_PxVehicleWheels
-
public class Vector_PxVehicleWheels extends NativeObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isExternallyAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description Vector_PxVehicleWheels()Vector_PxVehicleWheels(int size)protectedVector_PxVehicleWheels(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PxVehicleWheelsat(int index)PxVehicleWheelsPtrdata()voiddestroy()voidpush_back(PxVehicleWheels value)intsize()static Vector_PxVehicleWheelswrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static Vector_PxVehicleWheels wrapPointer(long address)
-
destroy
public void destroy()
-
at
public PxVehicleWheels at(int index)
- Parameters:
index- WebIDL type: unsigned long- Returns:
- WebIDL type:
PxVehicleWheels
-
data
public PxVehicleWheelsPtr data()
- Returns:
- WebIDL type:
PxVehicleWheelsPtr
-
size
public int size()
- Returns:
- WebIDL type: unsigned long
-
push_back
public void push_back(PxVehicleWheels value)
- Parameters:
value- WebIDL type:PxVehicleWheels
-
-