void PlayEffect(string name) { Debug.LogFormat(" AnimationEventController:PlayEffect:{0}:{1}", this.name, name); EffectMgr.PlayEffect(name); }