Click or drag to resize

ReflectionUtilitiesBuildAutoAddSettersDictionary Method

Used to build a MultiValueDictionary to see what setters are relevant to a certain Type of object. This method is called when Unity reloads scripts because the relevant Components are defined in the sourcecode.

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void BuildAutoAddSettersDictionary()
See Also