Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

PropertyVisitor.VisitProperty

Declaration

protected void VisitProperty(Property<TContainer,TValue> property, ref TContainer container, ref TValue value);

Parameters

Description
property The property providing access to the value.
container The container being visited.
value The value being visited.

Description

Called when visiting any leaf property with no specialized handling.