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
- Type: Constructor
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public BlackboardRow(VisualElement item, VisualElement propertyView)
Parameters
The item that fills the content of this BlackboardRow.
The property view related to the content of this BlackboardRow.