Training
Module
Getting started with 3D object interaction - Training
This course will provide steps and procedures to follow on how to manipulate and interact with 3D objects.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Sliders are UI components that allow you to continuously change a value by moving a slider on a track. Sliders can be interacted with using Poke, Grab, Ray, Gaze-Pinch, or any other valid interaction in XRI or MRTK3.
As with other interactables in MRTK, the main Slider interactable doesn't render any visuals. You must combine the Slider script with a visuals script, such as CanvasSliderVisuals
.
When using Sliders in a RectTransform context, the start and end positions are calculated by the RectTransform layout system. The CanvasSliderVisuals
script will allow you to make these visuals horizontala or vertical.
Sounds are currently provided by a dedicated audio driver script, SliderSounds
. This script hooks into the Slider's events in order to play the audio clips at the appropriate times.
Training
Module
Getting started with 3D object interaction - Training
This course will provide steps and procedures to follow on how to manipulate and interact with 3D objects.
Documentation
Hand menus in MRTK3
Button bars and grids in MRTK3
Mixed Reality Design Language - MRTK3
Exploring the new Mixed Reality Design Language.