コード例 #1
0
 public void AddInvoke(Action call, float time)
 {
     m_CallbackManager.AddInvoke(call, time);
 }