BlackboardRow
Collapsible GraphElement that represents a row in a BlackboardSection.
Read time 8 minutesLast updated 8 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 BlackboardRow : GraphElement, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, ISelectable
Remarks
A BlackboardRow contains a VisualElement and its associated property view, that is visible when the row expands. The VisualElement is usually a BlackboardField.
Constructors
Constructor | Description |
|---|---|
| BlackboardRow(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement) | Constructs a BlackboardRow from a VisualElement and its associated property view. The VisualElement is usually a BlackboardField. |
Properties
Property | Description |
|---|---|
| expanded | Indicates whether the BlackboardRow is expanded. |