InspectorGenericFields<T>.GetSettings(T) 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.
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