Package physx.vehicle
Class PxVehicleDifferentialNWData
- java.lang.Object
-
- physx.NativeObject
-
- physx.vehicle.PxVehicleDifferentialNWData
-
public class PxVehicleDifferentialNWData 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 PxVehicleDifferentialNWData()protectedPxVehicleDifferentialNWData(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()intgetDrivenWheelStatus()booleangetIsDrivenWheel(int wheelId)voidsetDrivenWheel(int wheelId, boolean drivenState)voidsetDrivenWheelStatus(int status)static PxVehicleDifferentialNWDatawrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxVehicleDifferentialNWData wrapPointer(long address)
-
destroy
public void destroy()
-
setDrivenWheel
public void setDrivenWheel(int wheelId, boolean drivenState)- Parameters:
wheelId- WebIDL type: unsigned longdrivenState- WebIDL type: boolean
-
getIsDrivenWheel
public boolean getIsDrivenWheel(int wheelId)
- Parameters:
wheelId- WebIDL type: unsigned long- Returns:
- WebIDL type: boolean
-
getDrivenWheelStatus
public int getDrivenWheelStatus()
- Returns:
- WebIDL type: unsigned long
-
setDrivenWheelStatus
public void setDrivenWheelStatus(int status)
- Parameters:
status- WebIDL type: unsigned long
-
-