Class BlackboardSection
Implements
Inherited Members
Namespace: UnityEditor.Experimental.UIElements.GraphView
Assembly: UnityEditor.dll
Syntax
public class BlackboardSection : GraphElement, IEventHandler, ITransform, IUIElementDataWatch, IEnumerable<VisualElement>, IEnumerable, IVisualElementScheduler, IStyle, ISelectable
Constructors
| Improve this Doc View SourceBlackboardSection()
Declaration
public BlackboardSection()
Properties
| Improve this Doc View SourcecontentContainer
Declaration
public override VisualElement contentContainer { get; }
Property Value
Type | Description |
---|---|
VisualElement |
Overrides
| Improve this Doc View SourceheaderVisible
Declaration
public bool headerVisible { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
title
Declaration
public override string title { get; set; }
Property Value
Type | Description |
---|---|
String |
Overrides
Methods
| Improve this Doc View SourceCanAcceptDrop(List<ISelectable>)
Declaration
public bool CanAcceptDrop(List<ISelectable> selection)
Parameters
Type | Name | Description |
---|---|---|
List<ISelectable> | selection |
Returns
Type | Description |
---|---|
Boolean |