Package physx.support
Class Vector_PxVehicleDrivableSurfaceType
- java.lang.Object
-
- physx.NativeObject
-
- physx.support.Vector_PxVehicleDrivableSurfaceType
-
public class Vector_PxVehicleDrivableSurfaceType 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_PxVehicleDrivableSurfaceType()Vector_PxVehicleDrivableSurfaceType(int size)protectedVector_PxVehicleDrivableSurfaceType(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PxVehicleDrivableSurfaceTypeat(int index)PxVehicleDrivableSurfaceTypedata()voiddestroy()voidpush_back(PxVehicleDrivableSurfaceType value)intsize()static Vector_PxVehicleDrivableSurfaceTypewrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Constructor Detail
-
Vector_PxVehicleDrivableSurfaceType
protected Vector_PxVehicleDrivableSurfaceType(long address)
-
Vector_PxVehicleDrivableSurfaceType
public Vector_PxVehicleDrivableSurfaceType()
-
Vector_PxVehicleDrivableSurfaceType
public Vector_PxVehicleDrivableSurfaceType(int size)
- Parameters:
size- WebIDL type: unsigned long
-
-
Method Detail
-
wrapPointer
public static Vector_PxVehicleDrivableSurfaceType wrapPointer(long address)
-
destroy
public void destroy()
-
at
public PxVehicleDrivableSurfaceType at(int index)
- Parameters:
index- WebIDL type: unsigned long- Returns:
- WebIDL type:
PxVehicleDrivableSurfaceType[Ref]
-
data
public PxVehicleDrivableSurfaceType data()
- Returns:
- WebIDL type:
PxVehicleDrivableSurfaceType
-
size
public int size()
- Returns:
- WebIDL type: unsigned long
-
push_back
public void push_back(PxVehicleDrivableSurfaceType value)
- Parameters:
value- WebIDL type:PxVehicleDrivableSurfaceType[Ref]
-
-