BS 0.2.0 Visual
This commit is contained in:
13
Convention/[Visual]/UIComponent/ScrollView.cs
Normal file
13
Convention/[Visual]/UIComponent/ScrollView.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Convention.WindowsUI
|
||||
{
|
||||
public partial class ScrollView : WindowUIModule
|
||||
{
|
||||
[Resources, HopeNotNull] public UnityEngine.UI.ScrollRect scrollRect;
|
||||
private void Reset()
|
||||
{
|
||||
scrollRect = GetComponent<UnityEngine.UI.ScrollRect>();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user