메소드 | 설명 | |
---|---|---|
AsyncExecutor ( System.Action action, AsyncOptions options ) : void | ||
DetermineFramework ( ) : string | ||
DetermineOS ( ) : string | ||
DetermineOSVersion ( ) : string | ||
DetermineRuntime ( ) : string | ||
GetMonoRuntimeVersion ( ) : string | ||
GetValidSubstringOrUnknown ( string str, int start, int end ) : string | ||
PlatformUserAgent ( ) : string | ||
SafeExecute ( System.Action action ) : void |
메소드 | 설명 | |
---|---|---|
GetTypeFromUnityEngine ( string typeName ) : |
public static AsyncExecutor ( System.Action action, AsyncOptions options ) : void | ||
action | System.Action | |
options | AsyncOptions | |
리턴 | void |
public static GetValidSubstringOrUnknown ( string str, int start, int end ) : string | ||
str | string | |
start | int | |
end | int | |
리턴 | string |
public static SafeExecute ( System.Action action ) : void | ||
action | System.Action | |
리턴 | void |