INTERNAL_CALL_Stop() private static method

private static INTERNAL_CALL_Stop ( Animation self ) : void
self Animation
return void
コード例 #1
0
 /// <summary>
 ///   <para>Stops all playing animations that were started with this Animation.</para>
 /// </summary>
 public void Stop()
 {
     Animation.INTERNAL_CALL_Stop(this);
 }