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 KeyboardInputFieldBase<T>

    Base class explicitly launching Windows Mixed Reality's system keyboard for InputField and TMP_InputField To be attached to the same GameObject with either of the components.

    Inheritance
    Object
    MixedRealityKeyboardBase
    KeyboardInputFieldBase<T>
    TMP_KeyboardInputField
    UI_KeyboardInputField
    Inherited Members
    MixedRealityKeyboardBase.Visible
    MixedRealityKeyboardBase.CaretIndex
    MixedRealityKeyboardBase.OnShowKeyboard
    MixedRealityKeyboardBase.OnCommitText
    MixedRealityKeyboardBase.OnHideKeyboard
    MixedRealityKeyboardBase.Text
    MixedRealityKeyboardBase.HideKeyboard()
    MixedRealityKeyboardBase.ShowKeyboard(String, Boolean)
    MixedRealityKeyboardBase.ClearKeyboardText()
    Namespace: Microsoft.MixedReality.Toolkit.Experimental.UI
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class KeyboardInputFieldBase<T> : MixedRealityKeyboardBase where T : Selectable
    Type Parameters
    Name Description
    T

    Fields

    inputField

    Declaration
    protected T inputField
    Field Value
    Type Description
    T

    Methods

    PlaceHolderGraphic(T)

    Declaration
    protected abstract Graphic PlaceHolderGraphic(T inputField)
    Parameters
    Type Name Description
    T inputField
    Returns
    Type Description
    Graphic

    TextGraphic(T)

    Declaration
    protected abstract Graphic TextGraphic(T inputField)
    Parameters
    Type Name Description
    T inputField
    Returns
    Type Description
    Graphic
    In This Article
    Back to top Generated by DocFX