Skip to content

Commit b28b9c8

Browse files
committed
脚本分类
归纳VideoController脚本的位置。
1 parent 525e811 commit b28b9c8

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

Demo/API_V2/Assets/Scripts/VideoController2.cs renamed to Demo/API_V2/Assets/API/Video/VideoController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using UnityEngine.Video;
44
using WeChatWASM;
55

6-
public class VideoController2 : MonoBehaviour
6+
public class VideoController : MonoBehaviour
77
{
88
public VideoPlayer videoPlayer; // 关联 VideoPlayer 组件
99
public Button playButton; // 关联播放按钮

0 commit comments

Comments
 (0)