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