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
KeyboardInputFieldBase<T>
Assembly: cs.temp.dll.dll
public abstract class KeyboardInputFieldBase<T> : MixedRealityKeyboardBase where T : Selectable
Type Parameters
Fields
Declaration
Field Value
Methods
Declaration
protected abstract Graphic PlaceHolderGraphic(T inputField)
Parameters
Type |
Name |
Description |
T |
inputField |
|
Returns
TextGraphic(T)
Declaration
protected abstract Graphic TextGraphic(T inputField)
Parameters
Type |
Name |
Description |
T |
inputField |
|
Returns