MRTKTMPInputField 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 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_InputFieldMRTKTMPInputField
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) |