documentKey
The key of the document owning the property.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Field
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public readonly ulong documentKey
Remarks
A document key is useful when you store multiple properties of an asset or game object, and want to invalidate them all when it is modified.
Additional Resources: PropertyDatabase.CreateDocumentKey and PropertyDatabase.Invalidate.