Class PxVehicleRoadGeometryState

java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleRoadGeometryState

public class PxVehicleRoadGeometryState extends NativeObject
  • 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

      public static PxVehicleRoadGeometryState wrapPointer(long address)
    • arrayGet

      public static PxVehicleRoadGeometryState arrayGet(long baseAddress, int index)
    • destroy

      public void destroy()
    • getPlane

      public PxPlane getPlane()
      Returns:
      WebIDL type: PxPlane [Value]
    • setPlane

      public void setPlane(PxPlane value)
      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

      public PxVec3 getVelocity()
      Returns:
      WebIDL type: PxVec3 [Value]
    • setVelocity

      public void setVelocity(PxVec3 value)
      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()