InspectorFieldsExample.ComponentOption 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.
public: System::String ^ ComponentOption;
[Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorField(Label="Component Option", Options=new System.String[] { "Option 1", "Option 2", "Option 3", "Option 4" }, Tooltip="Select an option", Type=Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorField+FieldTypes.DropdownString)]
public string ComponentOption;
[<Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorField(Label="Component Option", Options=new System.String[] { "Option 1", "Option 2", "Option 3", "Option 4" }, Tooltip="Select an option", Type=Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorField+FieldTypes.DropdownString)>]
val mutable ComponentOption : string
Public ComponentOption As String
Field Value
- Attributes