C# Class Protogame.UnifiedShaderParserV1.UnifiedShaderToken

Mostra file Open project: RedpointGames/Protogame Class Usage Examples

Public Methods

Method Description
ToString ( ) : string
UnifiedShaderToken ( int line, int column, UnifiedShaderTokenType unifiedShaderTokenType ) : System
UnifiedShaderToken ( int line, int column, UnifiedShaderTokenType unifiedShaderTokenType, string value ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

UnifiedShaderToken() public method

public UnifiedShaderToken ( int line, int column, UnifiedShaderTokenType unifiedShaderTokenType ) : System
line int
column int
unifiedShaderTokenType UnifiedShaderTokenType
return System

UnifiedShaderToken() public method

public UnifiedShaderToken ( int line, int column, UnifiedShaderTokenType unifiedShaderTokenType, string value ) : System
line int
column int
unifiedShaderTokenType UnifiedShaderTokenType
value string
return System