예제 #1
0
 /// <summary>
 /// Returns true if the currently selected build type is "Instant" or false if "Installed".
 /// This method can only be called on the Editor's main thread.
 /// </summary>
 public static bool IsInstantBuildType()
 {
     return(AndroidBuildHelper.IsScriptingSymbolDefined(PlayInstantScriptingDefineSymbol));
 }