コード例 #1
0
ファイル: BounceMode.cs プロジェクト: erin100280/Zelda.NET
 /// <summary>
 /// Removes the internal manager from the controlling manager.
 /// </summary>
 public override void Stop()
 {
     Sprites.DisableTickEvent();
 }
コード例 #2
0
 /// <summary>
 /// Removes the internal manager from the controlling manager.
 /// </summary>
 public override void Stop()
 {
     Sprites.DisableTickEvent();
     Sprites.DisableMouseButtonEvent();
     Sprites.DisableMouseMotionEvent();
 }