Class PxCapsuleController


public class PxCapsuleController extends PxController
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxCapsuleController

      protected PxCapsuleController()
    • PxCapsuleController

      protected PxCapsuleController(long address)
  • Method Details

    • wrapPointer

      public static PxCapsuleController wrapPointer(long address)
    • arrayGet

      public static PxCapsuleController arrayGet(long baseAddress, int index)
    • getRadius

      public float getRadius()
      Returns:
      WebIDL type: float
    • setRadius

      public boolean setRadius(float radius)
      Parameters:
      radius - WebIDL type: float
      Returns:
      WebIDL type: boolean
    • getHeight

      public float getHeight()
      Returns:
      WebIDL type: float
    • setHeight

      public boolean setHeight(float height)
      Parameters:
      height - WebIDL type: float
      Returns:
      WebIDL type: boolean
    • getClimbingMode

      public PxCapsuleClimbingModeEnum getClimbingMode()
      Returns:
      WebIDL type: PxCapsuleClimbingModeEnum [enum]
    • setClimbingMode

      public boolean setClimbingMode(PxCapsuleClimbingModeEnum mode)
      Parameters:
      mode - WebIDL type: PxCapsuleClimbingModeEnum [enum]
      Returns:
      WebIDL type: boolean