Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

PropertyThe property being visited.

Methods

Method

Description

ContinueVisitationContinues visitation through the next visitation adapter.
ContinueVisitationWithoutAdaptersContinues visitation while skipping the next visitation adapters.