コード例 #1
0
 public static void InvokeDelayed(float delayTime, Action func, bool scaledTime = true)
 {
     InvocationFlow <MonoBehaviour> .InvokeDelayed(StaticController, delayTime, func, scaledTime);
 }
コード例 #2
0
 public static void InvokeDelayed(this MonoBehaviour script, float delayTime, Action func, bool scaledTime = true)
 {
     InvocationFlow <MonoBehaviour> .InvokeDelayed(script, delayTime, func, scaledTime);
 }