IDictionaryPropertyVisitor
Interface for receiving strongly typed property callbacks for dictionaries.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Interface
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
public interface IDictionaryPropertyVisitor
Remarks
Methods
Method | Description |
|---|---|
| Visit | Implement this method to accept visitation for a specialized dictionary property. |