C# Class Axiom.Scripting.Compiler.ScriptCompiler.TextureUnitTranslator

Inheritance: Translator
Afficher le fichier Open project: mono-soc-2011/axiom

Protected Properties

Свойство Type Description
_textureunit Axiom.Graphics.TextureUnitState

Méthodes publiques

Méthode Description
TextureUnitTranslator ( ) : System
Translate ( ScriptCompiler compiler, AbstractNode node ) : void

Private Methods

Méthode Description
CheckFor ( Keywords nodeId, Keywords parentId ) : bool

Method Details

TextureUnitTranslator() public méthode

public TextureUnitTranslator ( ) : System
Résultat System

Translate() public méthode

public Translate ( ScriptCompiler compiler, AbstractNode node ) : void
compiler ScriptCompiler
node Axiom.Scripting.Compiler.AST.AbstractNode
Résultat void

Property Details

_textureunit protected_oe property

protected TextureUnitState,Axiom.Graphics _textureunit
Résultat Axiom.Graphics.TextureUnitState