Class ToolTipSpawner
Add to any Object to spawn ToolTips on tap or on focus, according to preference Applies its follow settings to the spawned ToolTip's ToolTipConnector component
Namespace: Microsoft.MixedReality.Toolkit.UI
Assembly: cs.temp.dll.dll
Syntax
public class ToolTipSpawner : BaseFocusHandler, IMixedRealityInputHandler, IMixedRealityInputHandler<float>
Methods
OnFocusEnter(FocusEventData)
Declaration
public override void OnFocusEnter(FocusEventData eventData)
Parameters
Type | Name | Description |
---|---|---|
FocusEventData | eventData |
OnFocusExit(FocusEventData)
Declaration
public override void OnFocusExit(FocusEventData eventData)
Parameters
Type | Name | Description |
---|---|---|
FocusEventData | eventData |
Implements
IMixedRealityInputHandler
IMixedRealityInputHandler<>