Show / Hide Table of Contents

Class BindingExtensions

Inheritance
Object
BindingExtensions
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.Experimental.UIElements
Assembly: UnityEditor.dll
Syntax
public static class BindingExtensions

Methods

| Improve this Doc View Source

Bind(VisualElement, SerializedObject)

Declaration
public static void Bind(this VisualElement element, SerializedObject obj)
Parameters
Type Name Description
VisualElement element
SerializedObject obj
| Improve this Doc View Source

BindProperty(IBindable, SerializedObject)

Declaration
public static SerializedProperty BindProperty(this IBindable field, SerializedObject obj)
Parameters
Type Name Description
IBindable field
SerializedObject obj
Returns
Type Description
SerializedProperty
| Improve this Doc View Source

BindProperty(IBindable, SerializedProperty)

Declaration
public static void BindProperty(this IBindable field, SerializedProperty property)
Parameters
Type Name Description
IBindable field
SerializedProperty property
| Improve this Doc View Source

Unbind(VisualElement)

Declaration
public static void Unbind(this VisualElement element)
Parameters
Type Name Description
VisualElement element
  • Improve this Doc
  • View Source
Back to top Generated by DocFX