コード例 #1
0
 public void OnFastfowardButtonClick()
 {
     if (videoManager.seeking)
     {
         return;
     }
     videoManager.Forward();
 }