java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehiclePhysXMaterialFrictionParams
-
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
ConstructorsModifierConstructorDescriptionprotectedprotectedPxVehiclePhysXMaterialFrictionParams(long address) -
Method Summary
Modifier and TypeMethodDescriptionarrayGet(long baseAddress, int index) voiddestroy()floatintbooleanisValid()voidsetDefaultFriction(float value) voidvoidsetNbMaterialFrictions(int 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
-
PxVehiclePhysXMaterialFrictionParams
protected PxVehiclePhysXMaterialFrictionParams() -
PxVehiclePhysXMaterialFrictionParams
protected PxVehiclePhysXMaterialFrictionParams(long address)
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getMaterialFrictions
- Returns:
- WebIDL type:
PxVehiclePhysXMaterialFriction
-
setMaterialFrictions
- Parameters:
value- WebIDL type:PxVehiclePhysXMaterialFriction
-
getNbMaterialFrictions
public int getNbMaterialFrictions()- Returns:
- WebIDL type: unsigned long
-
setNbMaterialFrictions
public void setNbMaterialFrictions(int value) - Parameters:
value- WebIDL type: unsigned long
-
getDefaultFriction
public float getDefaultFriction()- Returns:
- WebIDL type: float
-
setDefaultFriction
public void setDefaultFriction(float value) - Parameters:
value- WebIDL type: float
-
isValid
public boolean isValid()- Returns:
- WebIDL type: boolean
-