Show / Hide Table of Contents

Class NodeAdapter

Inheritance
Object
NodeAdapter
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.GraphView
Assembly: UnityEditor.dll
Syntax
public class NodeAdapter

Methods

| Improve this Doc View Source

CanAdapt(Object, Object)

Declaration
public bool CanAdapt(object a, object b)
Parameters
Type Name Description
Object a
Object b
Returns
Type Description
Boolean
| Improve this Doc View Source

Connect(Object, Object)

Declaration
public bool Connect(object a, object b)
Parameters
Type Name Description
Object a
Object b
Returns
Type Description
Boolean
| Improve this Doc View Source

GetAdapter(Object, Object)

Declaration
public MethodInfo GetAdapter(object a, object b)
Parameters
Type Name Description
Object a
Object b
Returns
Type Description
MethodInfo
| Improve this Doc View Source

GetTypeAdapter(Type, Type)

Declaration
public MethodInfo GetTypeAdapter(Type from, Type to)
Parameters
Type Name Description
Type from
Type to
Returns
Type Description
MethodInfo

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX