C# Class ShaderInterpreter.SemanticAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: Patapom/GodComplex

Public Properties

Property Type Description
m_Semantic string

Public Methods

Method Description
SemanticAttribute ( string _Semantic ) : System

Method Details

SemanticAttribute() public method

public SemanticAttribute ( string _Semantic ) : System
_Semantic string
return System

Property Details

m_Semantic public_oe property

public string m_Semantic
return string