Table of Contents

Class ObjectTypeSearchWindow

Namespace
Ceres.Editor.Graph
Assembly
Ceres.Graph.Editor.dll

Search window for getting type

public class ObjectTypeSearchWindow : ScriptableObject, ISearchWindowProvider
Inheritance
ObjectTypeSearchWindow
Implements

Constructors

ObjectTypeSearchWindow()

public ObjectTypeSearchWindow()

Methods

Initialize(Action<Type>, Type, Func<IEnumerable<Type>, IEnumerable<Type>>)

public void Initialize(Action<Type> typeSelectCallBack, Type baseType = null, Func<IEnumerable<Type>, IEnumerable<Type>> customTypeProvideFunc = null)

Parameters

typeSelectCallBack Action<Type>
baseType Type
customTypeProvideFunc Func<IEnumerable<Type>, IEnumerable<Type>>