INTERNAL_CALL_Play() private static method

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