UnityEngine.MovieTexture.INTERNAL_CALL_Stop C# (CSharp) 메소드

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

private static INTERNAL_CALL_Stop ( MovieTexture self ) : void
self MovieTexture
리턴 void
		private static void INTERNAL_CALL_Stop(MovieTexture self){}
		public void Pause(){}

Usage Example

예제 #1
0
 /// <summary>
 ///   <para>Stops playing the movie, and rewinds it to the beginning.</para>
 /// </summary>
 public void Stop()
 {
     MovieTexture.INTERNAL_CALL_Stop(this);
 }