UnityEngine.MovieTexture.INTERNAL_CALL_Play C# (CSharp) Method

INTERNAL_CALL_Play() private static method

private static INTERNAL_CALL_Play ( MovieTexture self ) : void
self MovieTexture
return void
		private static void INTERNAL_CALL_Play(MovieTexture self){}
		public void Stop(){}

Usage Example

コード例 #1
0
 /// <summary>
 ///   <para>Starts playing the movie.</para>
 /// </summary>
 public void Play()
 {
     MovieTexture.INTERNAL_CALL_Play(this);
 }