예제 #1
0
 /// <summary>
 /// 停止 Action
 /// </summary>
 public void Stop()
 {
     ActionSystem.Remove(this);
 }
예제 #2
0
 /// <summary>
 /// 启动 Action
 /// </summary>
 public void Start()
 {
     ActionSystem.Execute(this);
 }