类 MirrorFilter

    • 构造器详细资料

      • MirrorFilter

        public MirrorFilter()
    • 方法详细资料

      • setAngle

        public void setAngle​(float angle)
        Specifies the angle of the mirror.
        参数:
        angle - the angle of the mirror.
        另请参阅:
        getAngle()
      • getAngle

        public float getAngle()
        Returns the angle of the mirror.
        返回:
        the angle of the mirror.
        另请参阅:
        setAngle(float)
      • setDistance

        public void setDistance​(float distance)
      • getDistance

        public float getDistance()
      • setRotation

        public void setRotation​(float rotation)
      • getRotation

        public float getRotation()
      • setGap

        public void setGap​(float gap)
      • getGap

        public float getGap()
      • setOpacity

        public void setOpacity​(float opacity)
        Set the opacity of the reflection.
        参数:
        opacity - the opacity.
        另请参阅:
        getOpacity()
      • getOpacity

        public float getOpacity()
        Get the opacity of the reflection.
        返回:
        the opacity.
        另请参阅:
        setOpacity(float)
      • setCentreY

        public void setCentreY​(float centreY)
      • getCentreY

        public float getCentreY()