Class PxVehicleComponentSequence

java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleComponentSequence

public class PxVehicleComponentSequence extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxVehicleComponentSequence

      protected PxVehicleComponentSequence(long address)
    • PxVehicleComponentSequence

      public PxVehicleComponentSequence()
  • Method Details

    • wrapPointer

      public static PxVehicleComponentSequence wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • add

      public boolean add(PxVehicleComponent component)
      Parameters:
      component - WebIDL type: PxVehicleComponent
      Returns:
      WebIDL type: boolean
    • beginSubstepGroup

      public byte beginSubstepGroup()
      Returns:
      WebIDL type: octet
    • beginSubstepGroup

      public byte beginSubstepGroup(byte nbSubSteps)
      Parameters:
      nbSubSteps - WebIDL type: octet
      Returns:
      WebIDL type: octet
    • endSubstepGroup

      public void endSubstepGroup()
    • setSubsteps

      public void setSubsteps(byte subGroupHandle, byte nbSteps)
      Parameters:
      subGroupHandle - WebIDL type: octet
      nbSteps - WebIDL type: octet
    • update

      public void update(float dt, PxVehicleSimulationContext context)
      Parameters:
      dt - WebIDL type: float
      context - WebIDL type: PxVehicleSimulationContext [Const, Ref]