This commit is contained in:
2025-11-10 16:59:40 +08:00
parent 2aaa0e32b0
commit 481ed2345d
5 changed files with 53 additions and 23 deletions

View File

@@ -11,7 +11,6 @@ public class SimpleR3Test : UIBase
public override void OnCreate()
{
base.OnCreate();
value.BindToScrollbar(scrollbar).AddTo(this);
value.BindToInputField(inputField).AddTo(this);
}