Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

PropertyVisitor.VisitList

Declaration

protected void VisitList(Property<TContainer,TList> property, ref TContainer container, ref TList value);

Parameters

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

Description

Called when visiting a specialized list property.