TextStudio3DSpatialKeyboard
public sealed class TextStudio3DSpatialKeyboard : MonoBehaviourDispatches spatial key commands to an explicit input field or the field that currently owns global text focus.
Methods
Section titled “Methods”
SendCharacter(string)
Section titled “SendCharacter(string)”public void SendCharacter(string value)Inserts a character sequence into the explicit target or the input field that currently owns spatial text focus.
Parameters
| Name | Type |
|---|---|
value |
System.String |
SendCommand(TextStudio3DKeyboardCommand)
Section titled “SendCommand(TextStudio3DKeyboardCommand)”public void SendCommand(TextStudio3DKeyboardCommand command)Dispatches editing, caret, selection, clearing, submission, or cancellation to the active input target.
Parameters
| Name | Type |
|---|---|
command |
TextStudio.ThreeD.TextStudio3DKeyboardCommand |
Constructors
Section titled “Constructors”
TextStudio3DSpatialKeyboard()
Section titled “TextStudio3DSpatialKeyboard()”public TextStudio3DSpatialKeyboard()Properties
Section titled “Properties”
Target
Section titled “Target”public TextStudio3DInputField Target { get; set; }Returns
TextStudio.ThreeD.TextStudio3DInputField
OnCommand
Section titled “OnCommand”public UnityEvent<TextStudio3DKeyboardCommand> OnCommand { get; }Returns
UnityEngine.Events.UnityEvent{TextStudio.ThreeD.TextStudio3DKeyboardCommand}