Esempio n. 1
0
 public static bool IsSwitching()
 {
     return(ProxyEditor.IsChanging() || ProxyEditor.IsCompiling());
 }
Esempio n. 2
0
 public static bool IsPlaying()
 {
     return(Application.isPlaying || ProxyEditor.IsChanging());
 }