Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BlackboardRow

Collapsible GraphElement that represents a row in a BlackboardSection.
Read time 8 minutesLast updated 8 days ago

Definition

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

expandedIndicates whether the BlackboardRow is expanded.

Inheritance

Inherited Members