InspectorGenericFields<T>.GetSettings(T) Method

Definition

Searches through a class for InspectorField tags creates properties that can be serialized and automatically rendered in a custom inspector

public:
 static System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::Utilities::Editor::InspectorPropertySetting> ^ GetSettings(T source);
public static System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorPropertySetting> GetSettings (T source);
static member GetSettings : 'T -> System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorPropertySetting>
Public Shared Function GetSettings (source As T) As List(Of InspectorPropertySetting)

Parameters

source
T

Returns

Applies to