PathVisitor
Helper visitor to visit a single property using a specified PropertyPath.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
- Implements: IPropertyBagVisitor, IPropertyVisitor
public abstract class PathVisitor : IPropertyBagVisitor, IPropertyVisitor
Properties
Property | Description |
|---|---|
| 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. |