java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleWheelConstraintGroupState
-
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()intgetGroupToWheelIds(int index) floatgetMultiplierInConstraintGroup(int j, int i) intintintgetNbWheelsInConstraintGroup(int i) intintgetNbWheelsPerGroup(int index) intgetWheelIdsInGroupOrder(int index) intgetWheelInConstraintGroup(int j, int i) floatgetWheelMultipliersInGroupOrder(int index) voidsetGroupToWheelIds(int index, int value) voidsetNbGroups(int value) voidsetNbWheelsInGroups(int value) voidsetNbWheelsPerGroup(int index, int value) voidvoidsetWheelIdsInGroupOrder(int index, int value) voidsetWheelMultipliersInGroupOrder(int index, float value) wrapPointer(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
-
PxVehicleWheelConstraintGroupState
protected PxVehicleWheelConstraintGroupState(long address) -
PxVehicleWheelConstraintGroupState
public PxVehicleWheelConstraintGroupState()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getNbGroups
public int getNbGroups()- Returns:
- WebIDL type: unsigned long
-
setNbGroups
public void setNbGroups(int value) - Parameters:
value- WebIDL type: unsigned long
-
getNbWheelsPerGroup
public int getNbWheelsPerGroup(int index) - Parameters:
index- Array index- Returns:
- WebIDL type: unsigned long
-
setNbWheelsPerGroup
public void setNbWheelsPerGroup(int index, int value) - Parameters:
index- Array indexvalue- WebIDL type: unsigned long
-
getGroupToWheelIds
public int getGroupToWheelIds(int index) - Parameters:
index- Array index- Returns:
- WebIDL type: unsigned long
-
setGroupToWheelIds
public void setGroupToWheelIds(int index, int value) - Parameters:
index- Array indexvalue- WebIDL type: unsigned long
-
getWheelIdsInGroupOrder
public int getWheelIdsInGroupOrder(int index) - Parameters:
index- Array index- Returns:
- WebIDL type: unsigned long
-
setWheelIdsInGroupOrder
public void setWheelIdsInGroupOrder(int index, int value) - Parameters:
index- Array indexvalue- WebIDL type: unsigned long
-
getWheelMultipliersInGroupOrder
public float getWheelMultipliersInGroupOrder(int index) - Parameters:
index- Array index- Returns:
- WebIDL type: float
-
setWheelMultipliersInGroupOrder
public void setWheelMultipliersInGroupOrder(int index, float value) - Parameters:
index- Array indexvalue- WebIDL type: float
-
getNbWheelsInGroups
public int getNbWheelsInGroups()- Returns:
- WebIDL type: unsigned long
-
setNbWheelsInGroups
public void setNbWheelsInGroups(int value) - Parameters:
value- WebIDL type: unsigned long
-
setToDefault
public void setToDefault() -
getNbConstraintGroups
public int getNbConstraintGroups()- Returns:
- WebIDL type: unsigned long
-
getNbWheelsInConstraintGroup
public int getNbWheelsInConstraintGroup(int i) - Parameters:
i- WebIDL type: unsigned long- Returns:
- WebIDL type: unsigned long
-
getWheelInConstraintGroup
public int getWheelInConstraintGroup(int j, int i) - Parameters:
j- WebIDL type: unsigned longi- WebIDL type: unsigned long- Returns:
- WebIDL type: unsigned long
-
getMultiplierInConstraintGroup
public float getMultiplierInConstraintGroup(int j, int i) - Parameters:
j- WebIDL type: unsigned longi- WebIDL type: unsigned long- Returns:
- WebIDL type: float
-