111
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
using R3;
|
||||
using System;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
public class SimpleR3Test : MonoBehaviour
|
||||
{
|
||||
BindableReactiveProperty<float> value = new(0);
|
||||
public SerializableReactiveProperty<float> value = new(0);
|
||||
|
||||
public InputField inputField;
|
||||
public Scrollbar scrollbar;
|
||||
|
||||
Reference in New Issue
Block a user