C# 클래스 LuxEngine.Interpreter

파일 보기 프로젝트 열기: Louis-Dureuil/maya-vs-the-world 1 사용 예제들

공개 메소드들

메소드 설명
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