This version of Unity is unsupported.

PathVisitor

class in Unity.Properties

/

Implemented in:UnityEngine.PropertiesModule


Implements interfaces:IPropertyBagVisitor, IPropertyVisitor

Description

Helper visitor to visit a single property using a specified PropertyPath.

Properties

Path The path to visit.
ReadonlyVisit Returns whether or not the visitor will write back values along the path.
ReturnCode Returns the error code encountered while visiting the provided path.

Public Methods

Reset Resets the state of the visitor.

Protected Methods

VisitPath Method called when the visitor has successfully visited the provided path.