C# Class hl2glsl.TokenTreeToText

Afficher le fichier Open project: SickheadGames/HL2GLSL Class Usage Examples

Méthodes publiques

Méthode Description
TokenTreeToText ( String file ) : System
TokenTreeToText ( string _mainFunction, ArrayList _functionsToExport ) : System
WriteTree ( Node node ) : void
WriteValues ( Node node ) : void

Private Methods

Méthode Description
WasChangedByGLSLGenerator ( Node node ) : bool
WriteChildren ( Node parent ) : void
WriteToken ( Token node ) : void
WriteValuesRecursive ( Node node ) : void

Method Details

TokenTreeToText() public méthode

public TokenTreeToText ( String file ) : System
file String
Résultat System

TokenTreeToText() public méthode

public TokenTreeToText ( string _mainFunction, ArrayList _functionsToExport ) : System
_mainFunction string
_functionsToExport System.Collections.ArrayList
Résultat System

WriteTree() public méthode

public WriteTree ( Node node ) : void
node Node
Résultat void

WriteValues() public méthode

public WriteValues ( Node node ) : void
node Node
Résultat void