Class PxVehiclePhysXActor

java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehiclePhysXActor

public class PxVehiclePhysXActor extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxVehiclePhysXActor

      protected PxVehiclePhysXActor()
    • PxVehiclePhysXActor

      protected PxVehiclePhysXActor(long address)
  • Method Details

    • wrapPointer

      public static PxVehiclePhysXActor wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getRigidBody

      public PxRigidBody getRigidBody()
      Returns:
      WebIDL type: PxRigidBody
    • setRigidBody

      public void setRigidBody(PxRigidBody value)
      Parameters:
      value - WebIDL type: PxRigidBody
    • getWheelShapes

      public PxShape getWheelShapes(int index)
      Parameters:
      index - Array index
      Returns:
      WebIDL type: PxShape
    • setWheelShapes

      public void setWheelShapes(int index, PxShape value)
      Parameters:
      index - Array index
      value - WebIDL type: PxShape
    • setToDefault

      public void setToDefault()