Class PxCapsuleController

    • Constructor Detail

      • PxCapsuleController

        protected PxCapsuleController()
      • PxCapsuleController

        protected PxCapsuleController​(long address)
    • Method Detail

      • getRadius

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

        public void setRadius​(float radius)
        Parameters:
        radius - WebIDL type: float
      • getHeight

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

        public void setHeight​(float height)
        Parameters:
        height - WebIDL type: float
      • setClimbingMode

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