Class Blackboard
Implements
Inherited Members
Namespace: UnityEditor.Experimental.UIElements.GraphView
Assembly: UnityEditor.dll
Syntax
public class Blackboard : GraphElement, IEventHandler, ITransform, IUIElementDataWatch, IEnumerable<VisualElement>, IEnumerable, IVisualElementScheduler, IStyle, ISelectable
Constructors
| Improve this Doc View SourceBlackboard()
Declaration
public Blackboard()
Properties
| Improve this Doc View SourceaddItemRequested
Declaration
public Action<Blackboard> addItemRequested { get; set; }
Property Value
Type | Description |
---|---|
Action<Blackboard> |
contentContainer
Declaration
public override VisualElement contentContainer { get; }
Property Value
Type | Description |
---|---|
VisualElement |
Overrides
| Improve this Doc View SourceeditTextRequested
Declaration
public Action<Blackboard, VisualElement, string> editTextRequested { get; set; }
Property Value
Type | Description |
---|---|
Action<Blackboard, VisualElement, String> |
moveItemRequested
Declaration
public Action<Blackboard, int, VisualElement> moveItemRequested { get; set; }
Property Value
Type | Description |
---|---|
Action<Blackboard, Int32, VisualElement> |
scrollable
Declaration
public bool scrollable { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
subTitle
Declaration
public string subTitle { get; set; }
Property Value
Type | Description |
---|---|
String |
title
Declaration
public override string title { get; set; }
Property Value
Type | Description |
---|---|
String |