VisitContext<TContainer>
Context object used during visitation when a IProperty<TContainer> is visited.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Struct
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
public readonly struct VisitContext<TContainer>
Properties
Property | Description |
|---|---|
| Property | The property being visited. |
Methods
Method | Description |
|---|---|
| ContinueVisitation | Continues visitation through the next visitation adapter. |
| ContinueVisitationWithoutAdapters | Continues visitation while skipping the next visitation adapters. |