implicit operator PropertyPath
Converts a BindingId to a PropertyPath.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Operator
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
implicit operator PropertyPath(PropertyPat)
Converts a BindingId to a PropertyPath.
public static implicit operator PropertyPath(in BindingId vep)
Parameters
The property.
Returns
Type | Description |
|---|---|
| PropertyPath | A path for the property. |
implicit operator string(Strin)
Converts a BindingId to a string.
public static implicit operator string(in BindingId vep)
Parameters
The property.
Returns
Type | Description |
|---|---|
| string | A path for the property. |
implicit operator BindingId(BindingI)
Converts a string to a BindingId.
public static implicit operator BindingId(string name)
Parameters
The name of the property.
Returns
Type | Description |
|---|---|
| BindingId | The property. |
implicit operator BindingId(BindingI)
Converts a PropertyPath to a BindingId.
public static implicit operator BindingId(in PropertyPath path)
Parameters
The path to the property.
Returns
Type | Description |
|---|---|
| BindingId | The property. |