Table of Contents

Class SharedTObjectField<T>

Namespace
Ceres.Editor.Graph
Assembly
Ceres.Graph.Editor.dll
public class SharedTObjectField<T> : BaseField<SharedUObject<T>>, IBindableField where T : Object

Type Parameters

T
Inheritance
SharedTObjectField<T>
Implements

Constructors

SharedTObjectField(string, FieldInfo)

public SharedTObjectField(string label, FieldInfo fieldInfo)

Parameters

label string
fieldInfo FieldInfo

Properties

value

public override sealed SharedUObject<T> value { get; set; }

Property Value

SharedUObject<T>

Methods

BindGraph(CeresGraphView)

public void BindGraph(CeresGraphView graph)

Parameters

graph CeresGraphView

Repaint()

public void Repaint()