HelpAttribute(String, String, Boolean) Constructor

Definition

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

Applies to