This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

BlackboardRow Constructor

Declaration

public BlackboardRow(UIElements.VisualElement item, UIElements.VisualElement propertyView);

Parameters

item The item that fills the content of this BlackboardRow.
propertyView The property view related to the content of this BlackboardRow.

Description

Constructs a BlackboardRow from a VisualElement and its associated property view. The VisualElement is usually a BlackboardField.