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.

Search Results for

    Show / Hide Table of Contents

    Class MixedRealityKeyboardPreview

    Component to manage the visuals for a Mixed Reality Keyboard Preview window.

    Inheritance
    Object
    MixedRealityKeyboardPreview
    Namespace: Microsoft.MixedReality.Toolkit.Experimental.UI
    Assembly: cs.temp.dll.dll
    Syntax
    public class MixedRealityKeyboardPreview : MonoBehaviour

    Properties

    CaretIndex

    Where the caret lies within the text.

    Declaration
    public int CaretIndex { get; set; }
    Property Value
    Type Description
    Int32

    PreviewCaret

    The transform to move based on the preview caret.

    Declaration
    public Transform PreviewCaret { get; set; }
    Property Value
    Type Description
    Transform

    PreviewText

    The Text Mesh Pro text field to display the preview text.

    Declaration
    public TextMeshPro PreviewText { get; set; }
    Property Value
    Type Description
    TextMeshPro

    Text

    The text to display in the preview.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    String

    Methods

    ToggleSolvers()

    Utility method which can be used to toggle if solvers update.

    Declaration
    public void ToggleSolvers()
    In This Article
    Back to top Generated by DocFX