Class GLKEffectPropertyLight

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    @Deprecated
    public class GLKEffectPropertyLight
    extends GLKEffectProperty
    Deprecated.
    Deprecated in iOS 12.0. OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings)
    Since:
    Available in iOS 5.0 and later.
    • Constructor Detail

      • GLKEffectPropertyLight

        public GLKEffectPropertyLight()
        Deprecated.
      • GLKEffectPropertyLight

        protected GLKEffectPropertyLight​(NSObject.Handle h,
                                         long handle)
        Deprecated.
      • GLKEffectPropertyLight

        protected GLKEffectPropertyLight​(NSObject.SkipInit skipInit)
        Deprecated.
    • Method Detail

      • isEnabled

        public boolean isEnabled()
        Deprecated.
      • setEnabled

        public void setEnabled​(boolean v)
        Deprecated.
      • getPosition

        public GLKVector4 getPosition()
        Deprecated.
      • setPosition

        public void setPosition​(GLKVector4 v)
        Deprecated.
      • getAmbientColor

        public GLKVector4 getAmbientColor()
        Deprecated.
      • setAmbientColor

        public void setAmbientColor​(GLKVector4 v)
        Deprecated.
      • getDiffuseColor

        public GLKVector4 getDiffuseColor()
        Deprecated.
      • setDiffuseColor

        public void setDiffuseColor​(GLKVector4 v)
        Deprecated.
      • getSpecularColor

        public GLKVector4 getSpecularColor()
        Deprecated.
      • setSpecularColor

        public void setSpecularColor​(GLKVector4 v)
        Deprecated.
      • getSpotDirection

        public GLKVector3 getSpotDirection()
        Deprecated.
      • setSpotDirection

        public void setSpotDirection​(GLKVector3 v)
        Deprecated.
      • getSpotExponent

        public float getSpotExponent()
        Deprecated.
      • setSpotExponent

        public void setSpotExponent​(float v)
        Deprecated.
      • getSpotCutoff

        public float getSpotCutoff()
        Deprecated.
      • setSpotCutoff

        public void setSpotCutoff​(float v)
        Deprecated.
      • getConstantAttenuation

        public float getConstantAttenuation()
        Deprecated.
      • setConstantAttenuation

        public void setConstantAttenuation​(float v)
        Deprecated.
      • getLinearAttenuation

        public float getLinearAttenuation()
        Deprecated.
      • setLinearAttenuation

        public void setLinearAttenuation​(float v)
        Deprecated.
      • getQuadraticAttenuation

        public float getQuadraticAttenuation()
        Deprecated.
      • setQuadraticAttenuation

        public void setQuadraticAttenuation​(float v)
        Deprecated.