Editar

MRTKTMPInputField Class

Definition

A derived class of TMP's InputField to workaround with some issues of typing on HoloLens 2 specific to Unity 2018.4

public ref class MRTKTMPInputField : TMPro::TMP_InputField
public class MRTKTMPInputField : TMPro.TMP_InputField
type MRTKTMPInputField = class
    inherit TMP_InputField
Public Class MRTKTMPInputField
Inherits TMP_InputField
Inheritance
TMPro.TMP_InputField
MRTKTMPInputField

Remarks

If using Unity 2019 or 2020, make sure the version >= 2019.4.25 or 2020.3.2 to ensure the latest fixes for Unity keyboard bugs are present.

There is a known Unity/TMP issue preventing the caret from showing up. Please see https://github.com/microsoft/MixedRealityToolkit-Unity/issues/9056 for updates.

Constructors

MRTKTMPInputField()

Properties

SelectionPosition

Methods

OnUpdateSelected(BaseEventData)

Applies to