Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
GetTypeFromUnityEngine ( string typeName ) : |
public static AsyncExecutor ( System.Action action, AsyncOptions options ) : void | ||
action | System.Action | |
options | AsyncOptions | |
return | void |
public static DetermineFramework ( ) : string | ||
return | string |
public static DetermineOSVersion ( ) : string | ||
return | string |
public static GetMonoRuntimeVersion ( ) : string | ||
return | string |
public static GetValidSubstringOrUnknown ( string str, int start, int end ) : string | ||
str | string | |
start | int | |
end | int | |
return | string |
public static SafeExecute ( System.Action action ) : void | ||
action | System.Action | |
return | void |