BindingId
Instantiate a new binding property.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
BindingId(string)
Instantiate a new binding property.
public BindingId(string path)
Parameters
The path of the property.
BindingId(PropertyPath)
Instantiate a new binding property.
public BindingId(in PropertyPath path)
Parameters
The path of the property.