MRTKUGUIInputField Class

Definition

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

public ref class MRTKUGUIInputField : UnityEngine::UI::InputField
public class MRTKUGUIInputField : UnityEngine.UI.InputField
type MRTKUGUIInputField = class
    inherit InputField
Public Class MRTKUGUIInputField
Inherits InputField
Inheritance
UnityEngine.UI.InputField
MRTKUGUIInputField

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.

Constructors

MRTKUGUIInputField()

Properties

DisableUGUIWorkaround

Currently there is a Unity bug that needs a workaround. Please keep this setting to be false until an announcement of the version of Unity/UGUI that resolves the issue is made.

SelectionPosition

Methods

LateUpdate()
OnUpdateSelected(BaseEventData)

Applies to