C# Класс LuxEngine.Interpreter

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetInterpretable ( string interpretableName, Scene parent ) : Interpretable
Interpreter ( string name, bool forceRecompilation, bool forbidCompilation ) : System

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

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

public GetInterpretable ( string interpretableName, Scene parent ) : Interpretable
interpretableName string
parent Scene
Результат Interpretable

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

public Interpreter ( string name, bool forceRecompilation, bool forbidCompilation ) : System
name string
forceRecompilation bool
forbidCompilation bool
Результат System