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

Inheritance: Translator
Show file Open project: WolfgangSt/axiom

Protected Properties

Property Type Description
_Affector Axiom.ParticleSystems.ParticleAffector

Public Methods

Method Description
ParticleAffectorTranslator ( ) : Axiom.ParticleSystems
Translate ( ScriptCompiler compiler, AbstractNode node ) : void

Private Methods

Method Description
CheckFor ( Keywords nodeId, Keywords parentId ) : bool

Method Details

ParticleAffectorTranslator() public method

public ParticleAffectorTranslator ( ) : Axiom.ParticleSystems
return Axiom.ParticleSystems

Translate() public method

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

Property Details

_Affector protected property

protected ParticleAffector,Axiom.ParticleSystems _Affector
return Axiom.ParticleSystems.ParticleAffector