Show / Hide Table of Contents

Class ElementsViewOwnerBinder

Inheritance
System.Object
ElementsViewOwnerBinder
Implements
IViewBindable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Pelican7.UIGraph
Assembly: UI Graph API Documentation Project.dll
Syntax
[Serializable]
public class ElementsViewOwnerBinder : IViewBindable

Methods

CanBindFieldToElement(FieldInfo, VisualElement, out Error)

Declaration
public bool CanBindFieldToElement(FieldInfo field, VisualElement element, out Error error)
Parameters
Type Name Description
System.Reflection.FieldInfo field
UnityEngine.UIElements.VisualElement element
Error error
Returns
Type Description
System.Boolean

Explicit Interface Implementations

IViewBindable.Bind(Object)

Declaration
void IViewBindable.Bind(Object obj)
Parameters
Type Name Description
UnityEngine.Object obj

Implements

IViewBindable
Back to top © 2019 Pelican 7 LTD. All rights reserved.