TutorialMAX
-
Getting Started
-
Components
- Camera Reference
- Dynamic Variable Collection Component
- Idle Position Animation
- Idle Rotation Animation
- Timescale Provider
- Custom Bounds
- State Behavior Group Base
- Manual Behavior Group
- TutorialMAX Manager
- Tutorial Manager
- Step-by-step Orchestrator
- Slideshow Orchestrator
- Step Orchestration Settings
- Player Prefs Persistence
- Step
- Step Behavior Group
- Step Pass
- Pass Condition Group
- Pointer
- Pointer Transform Handler
- Pointer State Behavior Group
- Point Step Behavior
- Show Pointer Step Behavior
- Hide Pointer Step Behavior
- Pointer Sequence Behavior
- Highlighter
- Highlighter Behavior Group
- Canvas Highlight Rect
- Area Factory Highlighter Behavior
- Highlight State Behavior
- Message
- Message Factory Behavior
- Set Message State Behavior
- Clear Message State Behavior
- Message Canvas Text Presenter
- Message Object Content Presenter
- Message RectTransform Handler
- Tooltip
- Show Tooltip
- Hide Tooltip
- Keep Tooltip Alive
- Debug.Log Behavior
- Invoke Step Behavior
- Set Time Scale Behavior
- Show UIToolkit Object Behavior
- Animator Set Bool Behavior
- Animator Set Float Behavior
- Animator Trigger Behavior
- Transform Scale State Behavior
- Canvas Group Alpha State Behavior
- Set Image Color Behavior
- Set TextMeshProUGUI State Behavior
- Swap UI Image Sprite Behavior
- Activate Object Behavior
- Destroy Object State Behavior
- Instantiate Prefab Behavior
- Renderer Material Tint State Behavior
- Activate Tutorial State Behavior
- Set Step Status State Behavior
- Set Bool Variable Behavior
- Set Int Variable Behavior
- Set Float Variable Behavior
- Set String Variable Behavior
- Pass Manual Event Condition
- Pass Canvas Button Condition
- Pass Object Destroy Condition
- Pass Pointer Condition
- Pass Time Delay Condition
- Pass Transform Change Condition
Component: Tooltip
The TutorialTooltip
component is an extension to TutorialMessage that provides a way to display a tooltip.
A tooltip is typically a temporary popup window that appears when the user hovers over an element or clicks on it.
In the context of handheld devices, this is typically done by holding the finger on the element.
This component has a property for the default tooltip settings named TooltipSettings
.
Tooltip Settings
Property | Description |
---|---|
AppearanceDelay |
Delay in seconds before the tooltip appears. This is the minimum time after hovering the element or the duration of long-click, depending on the trigger. |
VisibleDelay |
Delay in seconds before an already visible tooltip gets updated. |
MaxDuration |
Max time in seconds for the tooltip to remain visible. Specify 0 for infinite. |
DelayBeforeHiding |
Delay in seconds before the tooltip hides. |