7 public void SetDuration(
float duration, Action onKill)
9 TweenUtil.Tween(duration,
null, delegate()
11 ELayer.ui.RemoveLayer(
this);
17 public void SetCondition(Func<float, bool> func)
23 public override void OnUpdateInput()
26 if (this.funcEnd !=
null && this.funcEnd(Core.delta))
28 ELayer.ui.RemoveLayer(
this);
33 public Func<float, bool> funcEnd;