ConcreteTypeVisitor
Base class to implement a visitor responsible for getting an object's concrete type as a generic.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Class
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
- Implements: IPropertyBagVisitor
public abstract class ConcreteTypeVisitor : IPropertyBagVisitor
Remarks
It is required that the visited object is a container type with a property bag.
Methods
Method | Description |
|---|---|
| VisitContainer | Implement this method to receive the strongly typed callback for a given container. |