bindingPath
The binding path of the serialized property this field displays and edits.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: Unity.UIToolkit.Editor
- Assembly: UnityEditor
[UxmlAttribute]public string bindingPath { get; set; }
Remarks
The path resolves relative to the property, because the property view sets up the binding context. Set this to bind a field you created with the parameterless constructor.
UxmlSerializedData