class in Unity.Properties
/
Implemented in:UnityEngine.PropertiesModule
Implements interfaces:IPropertyBagVisitor, IPropertyVisitor
Helper visitor to visit a single property using a specified PropertyPath.
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. |
Reset | Resets the state of the visitor. |
VisitPath | Method called when the visitor has successfully visited the provided path. |