INTERNAL_CALL_Stop() private static method

private static INTERNAL_CALL_Stop ( MovieTexture self ) : void
self MovieTexture
return void
コード例 #1
0
 /// <summary>
 ///   <para>Stops playing the movie, and rewinds it to the beginning.</para>
 /// </summary>
 public void Stop()
 {
     MovieTexture.INTERNAL_CALL_Stop(this);
 }