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