示例#1
0
 public void AppearVideo(string videoUrl, GameObject appearObject = null)
 {
     videoController.AppearVideoPlane(videoUrl, appearObject);
 }