java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleRoadGeometryState
-
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 PxVehicleRoadGeometryStatearrayGet(long baseAddress, int index) voiddestroy()floatbooleangetPlane()voidsetFriction(float value) voidsetHitState(boolean value) voidvoidvoidsetVelocity(PxVec3 value) static PxVehicleRoadGeometryStatewrapPointer(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
-
PxVehicleRoadGeometryState
protected PxVehicleRoadGeometryState(long address) -
PxVehicleRoadGeometryState
public PxVehicleRoadGeometryState()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getPlane
- Returns:
- WebIDL type:
PxPlane[Value]
-
setPlane
- Parameters:
value- WebIDL type:PxPlane[Value]
-
getFriction
public float getFriction()- Returns:
- WebIDL type: float
-
setFriction
public void setFriction(float value) - Parameters:
value- WebIDL type: float
-
getVelocity
- Returns:
- WebIDL type:
PxVec3[Value]
-
setVelocity
- Parameters:
value- WebIDL type:PxVec3[Value]
-
getHitState
public boolean getHitState()- Returns:
- WebIDL type: boolean
-
setHitState
public void setHitState(boolean value) - Parameters:
value- WebIDL type: boolean
-
setToDefault
public void setToDefault()
-