Example #1
0
        public static void CancelEInvoke(this MonoBehaviour self, string methodKey)
        {
            InvokeHelper helper = self.GetComponent <InvokeHelper> ();

            if (helper != null)
            {
                helper.CancelHelperInvoke(self, methodKey);
            }
        }