Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BaseField(string, VisualElement)

Initializes and returns an instance of BaseField.
Read time 1 minuteLast updated 9 days ago

Definition

protected BaseField(string label, VisualElement visualInput)

Parameters

label

The text to use as a label.

visualInput

The visual element to use as the input for the field.