C# Class LuxEngine.Interpreter

Exibir arquivo Open project: Louis-Dureuil/maya-vs-the-world Class Usage Examples

Public Methods

Method Description
GetInterpretable ( string interpretableName, Scene parent ) : Interpretable
Interpreter ( string name, bool forceRecompilation, bool forbidCompilation ) : System

Method Details

GetInterpretable() public method

public GetInterpretable ( string interpretableName, Scene parent ) : Interpretable
interpretableName string
parent Scene
return Interpretable

Interpreter() public method

public Interpreter ( string name, bool forceRecompilation, bool forbidCompilation ) : System
name string
forceRecompilation bool
forbidCompilation bool
return System