InspectorFieldsExample.Settings Field
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.
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