Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public abstract class ConcreteTypeVisitor : IPropertyBagVisitor

Remarks

It is required that the visited object is a container type with a property bag.

Methods

Method

Description

VisitContainerImplement this method to receive the strongly typed callback for a given container.