java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleTireSlipState
The lateral and longitudinal tire slips.
- See Also:
-
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 TypeMethodDescriptionstatic PxVehicleTireSlipStatearrayGet(long baseAddress, int index) voiddestroy()floatgetSlips(int index) voidsetSlips(int index, float value) voidstatic PxVehicleTireSlipStatewrapPointer(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
-
PxVehicleTireSlipState
protected PxVehicleTireSlipState(long address) -
PxVehicleTireSlipState
public PxVehicleTireSlipState()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getSlips
public float getSlips(int index) - Parameters:
index- Array index- Returns:
- WebIDL type: float
-
setSlips
public void setSlips(int index, float value) - Parameters:
index- Array indexvalue- WebIDL type: float
-
setToDefault
public void setToDefault()
-