Namespace Microsoft.MixedReality.Toolkit.Experimental.UI
Classes
MixedRealityKeyboard
Class that can launch and hide a system keyboard specifically for HoloLens 2.
Implements a workaround for UWP TouchScreenKeyboard bug which prevents UWP keyboard from showing up again after it is closed. Unity bug tracking the issue https://fogbugz.unity3d.com/default.asp?1137074_rttdnt8t1lccmtd3
MixedRealityKeyboardPreview
Component to manage the visuals for a Mixed Reality Keyboard Preview window.
ScrollingObjectCollection
A set of child objects organized in a series of Rows/Columns that can scroll in either the X or Y direction.
ScrollingObjectCollection.ScrollEvent
The UnityEvent type the ScrollingObjectCollection sends. GameObject is the object the fired the scroll.
ScrollingObjectCollectionNode
A ObjectCollectionNode specific for ScrollingObjectCollection.
Enums
ScrollingObjectCollection.ScrollDirectionType
The direction in which a ScrollingObjectCollection can scroll.
ScrollingObjectCollection.VelocityType
How velocity is applied to a ScrollingObjectCollection when a scroll is released.