Package physx.vehicle
Class PxVehicleChassisData
- java.lang.Object
-
- physx.NativeObject
-
- physx.vehicle.PxVehicleChassisData
-
public class PxVehicleChassisData 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 PxVehicleChassisData()protectedPxVehicleChassisData(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()PxVec3getMCMOffset()floatgetMMass()PxVec3getMMOI()voidsetMCMOffset(PxVec3 value)voidsetMMass(float value)voidsetMMOI(PxVec3 value)static PxVehicleChassisDatawrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxVehicleChassisData wrapPointer(long address)
-
destroy
public void destroy()
-
getMMass
public float getMMass()
- Returns:
- WebIDL type: float
-
setMMass
public void setMMass(float value)
- Parameters:
value- WebIDL type: float
-
-