ITypeVisitor
Interface used to receive a visitation callbacks for a specific type.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Interface
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
public interface ITypeVisitor
Methods
Method | Description |
|---|---|
| Visit | Implement this method to accept visitation for container type. |