java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleDirectDriveTransmissionCommandState
A description of the state of transmission-related commands that are applied to a vehicle with direct drive.
-
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
ConstructorsModifierConstructorDescriptionprotectedPxVehicleDirectDriveTransmissionCommandState(long address) -
Method Summary
Modifier and TypeMethodDescriptionarrayGet(long baseAddress, int index) voiddestroy()getGear()The desired gear of the input gear controller.voidThe desired gear of the input gear controller.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
-
PxVehicleDirectDriveTransmissionCommandState
protected PxVehicleDirectDriveTransmissionCommandState(long address) -
PxVehicleDirectDriveTransmissionCommandState
public PxVehicleDirectDriveTransmissionCommandState()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getGear
The desired gear of the input gear controller. -
setGear
The desired gear of the input gear controller. -
setToDefault
public void setToDefault()
-