Files
MuHua-Core/Packages/UITool/Runtime/ModuleUIPanel/UIScroller/UIScrollerV.cs
T
MuHua-123 5374616980 1
2025-06-17 10:53:45 +08:00

22 lines
379 B
C#

using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UIElements;
namespace MuHua {
/// <summary>
/// 滚动条 - 垂直
/// </summary>
public class UIScrollerV : MonoBehaviour {
// Start is called before the first frame update
void Start() {
}
// Update is called once per frame
void Update() {
}
}
}