ISetPropertyAccept<TSet>
Interface for accepting hash set property visitation.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Interface
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
public interface ISetPropertyAccept<TSet>
Methods
Method | Description |
|---|---|
| Accept | Call this method to invoke Visit{TContainer, TSet, TValue}. |