BlackboardSection
GraphElement that represents a section of members in a Blackboard.
Read time 8 minutesLast updated 9 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
- Inherits from: GraphElement
- Implements: IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, ISelectable
public class BlackboardSection : GraphElement, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, ISelectable
Constructors
Constructor | Description |
|---|---|
| BlackboardSection() | Constructs a BlackboardSection. |
Properties
Property | Description |
|---|---|
| canAcceptDrop | Callback for indicating whether this BlackboardSection accepts the selected object. |
| contentContainer | The content container of this BlackboardSection. |
| headerVisible | Indicates whether the header of the BlackboardSection is visible. |
| title | The title of this BlackboardSection. |
Methods
Method | Description |
|---|---|
| CanAcceptDrop | Indicates whether this BlackboardSection accepts the selected object. |
Delegates
Delegate | Description |
|---|---|
| BlackboardSection.CanAcceptDropDelegate | Delegate for indicating whether this BlackboardSection accepts the selected object. |