HelpAttribute(String, String, Boolean) Constructor
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.
Constructor
public HelpAttribute (string helpText, string helpHeader = "Help", bool collapsible = true);
new Microsoft.MixedReality.Toolkit.HelpAttribute : string * string * bool -> Microsoft.MixedReality.Toolkit.HelpAttribute
Public Sub New (helpText As String, Optional helpHeader As String = "Help", Optional collapsible As Boolean = true)
Parameters
- helpText
- String
The help text to display
- helpHeader
- String
The help header foldout text
- collapsible
- Boolean
If true, this help drawer will be collapsible