InspectorGenericFields<T>.LoadSettings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies values from Inspector PropertySettings to an instantiated class on start, helps overcome polymorphism limitations of serialization
public:
static void LoadSettings(T target, System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::Utilities::Editor::InspectorPropertySetting> ^ settings);
public static void LoadSettings (T target, System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorPropertySetting> settings);
static member LoadSettings : 'T * System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorPropertySetting> -> unit
Public Shared Sub LoadSettings (target As T, settings As List(Of InspectorPropertySetting))
Parameters
- target
- T
- settings
- List<InspectorPropertySetting>