ShaderInterpreter.SemanticAttribute.SemanticAttribute C# (CSharp) Method

SemanticAttribute() public method

public SemanticAttribute ( string _Semantic ) : System
_Semantic string
return System
        public SemanticAttribute( string _Semantic )
        {
            m_Semantic = _Semantic;
        }
SemanticAttribute