INTERNAL_CALL_Stop() 개인적인 정적인 메소드

private static INTERNAL_CALL_Stop ( Animation self ) : void
self Animation
리턴 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);
 }