Axiom.RenderSystems.OpenGL.GLSL.GLSLProgram.CmdInputOperationType.Set C# (CSharp) 메소드

Set() 공개 메소드

public Set ( object target, string val ) : void
target object
val string
리턴 void
            public void Set( object target, string val )
            {
                ( (GLSLProgram)target ).InputOperationType = ParseOperationType( val );
            }
        }
GLSLProgram.CmdInputOperationType