C# Класс Axiom.Scripting.Compiler.ScriptCompiler.ParticleAffectorTranslator

Наследование: Translator
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
_Affector Axiom.ParticleSystems.ParticleAffector

Открытые методы

Метод Описание
ParticleAffectorTranslator ( ) : Axiom.ParticleSystems
Translate ( ScriptCompiler compiler, AbstractNode node ) : void

Приватные методы

Метод Описание
CheckFor ( Keywords nodeId, Keywords parentId ) : bool

Описание методов

ParticleAffectorTranslator() публичный Метод

public ParticleAffectorTranslator ( ) : Axiom.ParticleSystems
Результат Axiom.ParticleSystems

Translate() публичный Метод

public Translate ( ScriptCompiler compiler, AbstractNode node ) : void
compiler ScriptCompiler
node Axiom.Scripting.Compiler.AST.AbstractNode
Результат void

Описание свойств

_Affector защищенное свойство

protected ParticleAffector,Axiom.ParticleSystems _Affector
Результат Axiom.ParticleSystems.ParticleAffector