IListPropertyAccept<TList>
Interface for accepting list property visitation.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Interface
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
public interface IListPropertyAccept<TList>
Methods
Method | Description |
|---|---|
| Accept | Call this method to invoke IListPropertyVisitor.Visit. |