class in Unity.Properties
/
Implemented in:UnityEngine.PropertiesModule
Implements interfaces:ICollectionPropertyVisitor, IDictionaryPropertyBagVisitor, IDictionaryPropertyVisitor, IListPropertyBagVisitor, IListPropertyVisitor, IPropertyBagVisitor, IPropertyVisitor, ISetPropertyVisitor
Base class for implementing algorithms using properties. This is an abstract class.
AddAdapter | Adds an adapter to the visitor. |
RemoveAdapter | Removes an adapter from the visitor. |
IsExcluded | Called before visiting each property to determine if the property should be visited. |
VisitCollection | Called when visiting any non-specialized collection property. |
VisitDictionary | Called when visiting a specialized dictionary property. |
VisitList | Called when visiting a specialized list property. |
VisitProperty | Called when visiting any leaf property with no specialized handling. |
VisitSet | Called when visiting a specialized set property. |