Axiom.RenderSystems.OpenGL.GLSL.GLSLProgram.CmdPreprocessorDefines.Get C# (CSharp) 메소드

Get() 공개 메소드

public Get ( object target ) : string
target object
리턴 string
            public string Get(object target)
            {
                return ((GLSLProgram)target)._preprocessorDefines;
            }
GLSLProgram.CmdPreprocessorDefines