class in Unity.Properties
/
Implemented in:UnityEngine.PropertiesModule
Implements interfaces:IPropertyBagVisitor, IPropertyVisitor
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseHelper 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. |