Package physx.vehicle
Class PxVehicleDriveSimDataNW
- java.lang.Object
-
- physx.NativeObject
-
- physx.vehicle.PxVehicleDriveSimData
-
- physx.vehicle.PxVehicleDriveSimDataNW
-
public class PxVehicleDriveSimDataNW extends PxVehicleDriveSimData
-
-
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 PxVehicleDriveSimDataNW()protectedPxVehicleDriveSimDataNW(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()PxVehicleDifferentialNWDatagetDiffData()voidsetDiffData(PxVehicleDifferentialNWData diff)static PxVehicleDriveSimDataNWwrapPointer(long address)-
Methods inherited from class physx.vehicle.PxVehicleDriveSimData
getAutoBoxData, getClutchData, getEngineData, getGearsData, setAutoBoxData, setClutchData, setEngineData, setGearsData
-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxVehicleDriveSimDataNW wrapPointer(long address)
-
destroy
public void destroy()
- Overrides:
destroyin classPxVehicleDriveSimData
-
getDiffData
public PxVehicleDifferentialNWData getDiffData()
- Returns:
- WebIDL type:
PxVehicleDifferentialNWData[Const, Ref]
-
setDiffData
public void setDiffData(PxVehicleDifferentialNWData diff)
- Parameters:
diff- WebIDL type:PxVehicleDifferentialNWData[Const, Ref]
-
-