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