Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BlackboardRow(VisualElement, VisualElement)

Constructs a BlackboardRow from a VisualElement and its associated property view. The VisualElement is usually a BlackboardField.
Read time 1 minuteLast updated 12 days ago

Definition

public BlackboardRow(VisualElement item, VisualElement propertyView)

Parameters

The item that fills the content of this BlackboardRow.

propertyView

The property view related to the content of this BlackboardRow.