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

Inheritance: Translator
Afficher le fichier Open project: WolfgangSt/axiom

Protected Properties

Свойство Type Description
_Affector Axiom.ParticleSystems.ParticleAffector

Méthodes publiques

Méthode Description
ParticleAffectorTranslator ( ) : Axiom.ParticleSystems
Translate ( ScriptCompiler compiler, AbstractNode node ) : void

Private Methods

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

Method Details

ParticleAffectorTranslator() public méthode

public ParticleAffectorTranslator ( ) : Axiom.ParticleSystems
Résultat Axiom.ParticleSystems

Translate() public méthode

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

Property Details

_Affector protected_oe property

protected ParticleAffector,Axiom.ParticleSystems _Affector
Résultat Axiom.ParticleSystems.ParticleAffector