C# 클래스 CommandLineReader, UnityHello

상속: MonoBehaviour
파일 보기 프로젝트 열기: woshihuo12/UnityHello 1 사용 예제들

공개 메소드들

메소드 설명
GetCommandLine ( ) : string
GetCommandLineArgs ( ) : string[]
GetCustomArgument ( string argumentName ) : string
GetCustomArguments ( ) : string>.Dictionary

메소드 상세

GetCommandLine() 공개 정적인 메소드

public static GetCommandLine ( ) : string
리턴 string

GetCommandLineArgs() 공개 정적인 메소드

public static GetCommandLineArgs ( ) : string[]
리턴 string[]

GetCustomArgument() 공개 정적인 메소드

public static GetCustomArgument ( string argumentName ) : string
argumentName string
리턴 string

GetCustomArguments() 공개 정적인 메소드

public static GetCustomArguments ( ) : string>.Dictionary
리턴 string>.Dictionary