C# 클래스 CSharpInterpreter.InitializeCompilerForUnity3D, CSharp-Interpreter-for-Unity-3D

Performs initialization of the C# compiler.
Most of this method's code is a hack as a workaround for the wrong GAC path and compiler search logic that is baked into Unity.
파일 보기 프로젝트 열기: keyword/CSharp-Interpreter-for-Unity-3D

공개 메소드들

메소드 설명
RunOnce ( ) : void

비공개 메소드들

메소드 설명
SearchForFullPath ( string fileNameWithoutExtension, IEnumerable searchPaths ) : string

메소드 상세

RunOnce() 공개 정적인 메소드

public static RunOnce ( ) : void
리턴 void