InspectorGenericFields<T>.LoadSettings Method

Definition

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

Applies to