C# 클래스 UnityEditorInternal.Runner

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
RunNativeProgram ( string exe, string args ) : void

비공개 메소드들

메소드 설명
RunManagedProgram ( string exe, string args ) : void
RunManagedProgram ( string exe, string args, string workingDirectory, CompilerOutputParserBase parser, Action setupStartInfo ) : void

메소드 상세

RunNativeProgram() 공개 정적인 메소드

public static RunNativeProgram ( string exe, string args ) : void
exe string
args string
리턴 void