Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Parameters

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

Returns

bool true if the property should be skipped; otherwise, false.

Description

Called before visiting each property to determine if the property should be visited.

This method is called after all IExcludePropertyAdapter_1 have had a chance to run.