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

private static INTERNAL_CALL_Pause ( MovieTexture self ) : void
self MovieTexture
리턴 void
예제 #1
0
 /// <summary>
 ///   <para>Pauses playing the movie.</para>
 /// </summary>
 public void Pause()
 {
     MovieTexture.INTERNAL_CALL_Pause(this);
 }