示例#1
0
        protected override void BindProperties()
        {
            var textField = GetComponent <UnityEngine.UI.Text>();

            BindProperty(_text, () => textField.text = _text.GetValue());
        }