InspectorFieldsExample.Settings Field

Definition

A holder for the InpsectorFields as a list The inspector will update these settings while in the editor

public: System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::Utilities::Editor::InspectorPropertySetting> ^ Settings;
[UnityEngine.HideInInspector]
public System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorPropertySetting> Settings;
[<UnityEngine.HideInInspector>]
val mutable Settings : System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorPropertySetting>
Public Settings As List(Of InspectorPropertySetting) 

Field Value

Attributes
UnityEngine.HideInInspectorAttribute

Applies to