Package physx.vehicle
Class PxVehicleDrivableSurfaceType
- java.lang.Object
-
- physx.NativeObject
-
- physx.vehicle.PxVehicleDrivableSurfaceType
-
public class 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, isStackAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description PxVehicleDrivableSurfaceType()protectedPxVehicleDrivableSurfaceType(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()intgetMType()voidsetMType(int value)static PxVehicleDrivableSurfaceTypewrapPointer(long address)-
Methods inherited from class physx.NativeObject
getAddress
-
-
-
-
Method Detail
-
wrapPointer
public static PxVehicleDrivableSurfaceType wrapPointer(long address)
-
destroy
public void destroy()
-
getMType
public int getMType()
- Returns:
- unsigned long
-
setMType
public void setMType(int value)
- Parameters:
value- unsigned long
-
-