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 : PrefabSpawner, IMixedRealityInputHandler, IMixedRealityInputHandler<float>, BaseFocusHandler
Methods
OnFocusEnter(FocusEventData)
Declaration
public override void OnFocusEnter(FocusEventData eventData)
Parameters
Type | Name | Description |
---|---|---|
FocusEventData | eventData |
Overrides
OnFocusExit(FocusEventData)
Declaration
public override void OnFocusExit(FocusEventData eventData)
Parameters
Type | Name | Description |
---|---|---|
FocusEventData | eventData |
Overrides
SpawnableActivated(GameObject)
Declaration
protected override void SpawnableActivated(GameObject spawnable)
Parameters
Type | Name | Description |
---|---|---|
GameObject | spawnable |
Overrides
Implements
IMixedRealityInputHandler
IMixedRealityInputHandler<>
BaseFocusHandler