CreatePropertyHash(string)
Creates a property hash from a property path.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
Hash128 CreatePropertyHash(string propertyPath)
Parameters
The path or name of a property.
Returns
Type | Description |
|---|---|
| Hash128 | The computed property hash. |
Remarks
Additional Resources: IPropertyDatabaseView.CreateRecordKey and IPropertyDatabaseView.Store.