MRTKUGUIInputField Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.InputFieldMRTKUGUIInputField
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) |