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