Experimental: this API is experimental and might be changed or removed in the future.

BindingExtensions

class in UnityEditor.Experimental.UIElements

切换到手册

描述

提供 VisualElement 扩展方法,从而实现 INotivyValueChanged 字段和 SerializedObjects 之间的数据绑定。

静态函数

Bind将 SerializedObject 绑定到元素层级视图中的字段。
BindProperty将属性绑定到字段并同步它们的值。此方法使用字段的绑定路径来查找属性。
Unbind断开绑定到元素层级视图中的字段的所有属性。