We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX