java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleWheelRigidBody1dState
-
Nested Class Summary
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T> -
Field Summary
FieldsFields inherited from class physx.NativeObject
address, isExternallyAllocated, SIZEOF_BYTE, SIZEOF_DOUBLE, SIZEOF_FLOAT, SIZEOF_INT, SIZEOF_LONG, SIZEOF_POINTER, SIZEOF_SHORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarrayGet(long baseAddress, int index) voiddestroy()floatfloatfloatvoidsetCorrectedRotationSpeed(float value) voidsetRotationAngle(float value) voidsetRotationSpeed(float value) voidwrapPointer(long address) Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
Field Details
-
SIZEOF
public static final int SIZEOF -
ALIGNOF
public static final int ALIGNOF- See Also:
-
-
Constructor Details
-
PxVehicleWheelRigidBody1dState
protected PxVehicleWheelRigidBody1dState(long address) -
PxVehicleWheelRigidBody1dState
public PxVehicleWheelRigidBody1dState()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getRotationSpeed
public float getRotationSpeed()- Returns:
- WebIDL type: float
-
setRotationSpeed
public void setRotationSpeed(float value) - Parameters:
value- WebIDL type: float
-
getCorrectedRotationSpeed
public float getCorrectedRotationSpeed()- Returns:
- WebIDL type: float
-
setCorrectedRotationSpeed
public void setCorrectedRotationSpeed(float value) - Parameters:
value- WebIDL type: float
-
getRotationAngle
public float getRotationAngle()- Returns:
- WebIDL type: float
-
setRotationAngle
public void setRotationAngle(float value) - Parameters:
value- WebIDL type: float
-
setToDefault
public void setToDefault()
-