IPropertyAccept<TContainer>
Interface for accepting property visitation.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Interface
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
public interface IPropertyAccept<TContainer>
Methods
Method | Description |
|---|---|
| Accept | Call this method to invoke IPropertyVisitor.Visit with the strongly typed container and value. |