コード例 #1
0
ファイル: Tweener.cs プロジェクト: MichaelVZ777/Test
 /// <summary>
 /// Stop animation at current position
 /// </summary>
 public void Stop()
 {
     SafeTweenManager.Stop(this);
 }