TextStudio3DKeyboardKey
[ExecuteAlways][AddComponentMenu("Text Studio/Spatial UI/3D Keyboard Key")][RequireComponent(typeof(TextStudio3DButton))]public sealed class TextStudio3DKeyboardKey : MonoBehaviourMaps activation of a spatial control to one character-editing or keyboard command.
Methods
Section titled “Methods”
InvokeKey()
Section titled “InvokeKey()”public void InvokeKey()Sends this key’s character or command through its configured spatial keyboard.
Constructors
Section titled “Constructors”
TextStudio3DKeyboardKey()
Section titled “TextStudio3DKeyboardKey()”public TextStudio3DKeyboardKey()Properties
Section titled “Properties”
Command
Section titled “Command”public TextStudio3DKeyboardCommand Command { get; set; }Returns
TextStudio.ThreeD.TextStudio3DKeyboardCommand
Character
Section titled “Character”public string Character { get; set; }Returns
System.String