Class PxControllerDesc

    • Constructor Detail

      • PxControllerDesc

        protected PxControllerDesc()
      • PxControllerDesc

        protected PxControllerDesc​(long address)
    • Method Detail

      • getUpDirection

        public PxVec3 getUpDirection()
        Returns:
        WebIDL type: PxVec3 [Value]
      • setUpDirection

        public void setUpDirection​(PxVec3 value)
        Parameters:
        value - WebIDL type: PxVec3 [Value]
      • getSlopeLimit

        public float getSlopeLimit()
        Returns:
        WebIDL type: float
      • setSlopeLimit

        public void setSlopeLimit​(float value)
        Parameters:
        value - WebIDL type: float
      • getInvisibleWallHeight

        public float getInvisibleWallHeight()
        Returns:
        WebIDL type: float
      • setInvisibleWallHeight

        public void setInvisibleWallHeight​(float value)
        Parameters:
        value - WebIDL type: float
      • getMaxJumpHeight

        public float getMaxJumpHeight()
        Returns:
        WebIDL type: float
      • setMaxJumpHeight

        public void setMaxJumpHeight​(float value)
        Parameters:
        value - WebIDL type: float
      • getContactOffset

        public float getContactOffset()
        Returns:
        WebIDL type: float
      • setContactOffset

        public void setContactOffset​(float value)
        Parameters:
        value - WebIDL type: float
      • getStepOffset

        public float getStepOffset()
        Returns:
        WebIDL type: float
      • setStepOffset

        public void setStepOffset​(float value)
        Parameters:
        value - WebIDL type: float
      • getDensity

        public float getDensity()
        Returns:
        WebIDL type: float
      • setDensity

        public void setDensity​(float value)
        Parameters:
        value - WebIDL type: float
      • getScaleCoeff

        public float getScaleCoeff()
        Returns:
        WebIDL type: float
      • setScaleCoeff

        public void setScaleCoeff​(float value)
        Parameters:
        value - WebIDL type: float
      • getVolumeGrowth

        public float getVolumeGrowth()
        Returns:
        WebIDL type: float
      • setVolumeGrowth

        public void setVolumeGrowth​(float value)
        Parameters:
        value - WebIDL type: float
      • setMaterial

        public void setMaterial​(PxMaterial value)
        Parameters:
        value - WebIDL type: PxMaterial
      • getRegisterDeletionListener

        public boolean getRegisterDeletionListener()
        Returns:
        WebIDL type: boolean
      • setRegisterDeletionListener

        public void setRegisterDeletionListener​(boolean value)
        Parameters:
        value - WebIDL type: boolean
      • getUserData

        public NativeObject getUserData()
        Returns:
        WebIDL type: VoidPtr
      • setUserData

        public void setUserData​(NativeObject value)
        Parameters:
        value - WebIDL type: VoidPtr
      • isValid

        public boolean isValid()
        Returns:
        WebIDL type: boolean