Overview
Use Show Image to display image overlays (diagrams, reference photos, safety warnings, instructional graphics) in the training interface. Use Hide Image to remove images when they are no longer needed.Show Image
When to Use
- Display technical diagrams or schematics
- Show reference photos of correct procedures
- Present safety warning graphics
- Display instructional images alongside the 3D scene
- Show comparison photos (correct vs. incorrect)
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Image Asset | Asset Reference | Yes | Select an image from your asset library (PNG, JPG, SVG supported) |
Example: Safety Warning
Example: Procedure Reference
Hide Image
When to Use
- Remove reference images after the learner has reviewed them
- Clear images before transitioning to the next step
- Reset UI state between training phases
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Target Action ID | String | Optional | The ID of a specific Show Image action to hide. Omit to hide all images |
Example: Hide All Images
Example: Hide Specific Image
reference-diagram-step-2 is hidden. Other images remain visible.
Best Practices
Use high-quality images
Provide clear, high-resolution images for technical diagrams and reference photos.
Show in onEntry, hide in onExit
Display images in onEntry and remove them in onExit for clean state transitions.
Common Patterns
Instruction + Diagram
Safety Warning Before Procedure
Related Actions
- Show Text — Display text instructions alongside images
- Show Panel — Combine images with text, buttons, and interactive elements

