Table of Contents

Class ObjectListField<T>

Namespace
Ceres.Editor.Graph
Assembly
Ceres.Graph.Editor.dll
public class ObjectListField<T> : ListField<T> where T : Object

Type Parameters

T
Inheritance
ObjectListField<T>
Inherited Members

Constructors

ObjectListField(string, Func<VisualElement>, Func<object>)

public ObjectListField(string label, Func<VisualElement> elementCreator, Func<object> valueCreator)

Parameters

label string
elementCreator Func<VisualElement>
valueCreator Func<object>

Methods

OnMakeListItem()

protected override VisualElement OnMakeListItem()

Returns

VisualElement