Skip to content

TextStudio3DKeyboardKey

ClassTextStudio.ThreeDTextStudio.3D
public sealed class TextStudio3DKeyboardKey : MonoBehaviour

Maps activation of a spatial control to one character-editing or keyboard command.

public void InvokeKey()

Sends this key’s character or command through its configured spatial keyboard.

public TextStudio3DKeyboardKey()

public TextStudio3DKeyboardCommand Command { get; set; }

Returns

TextStudio.ThreeD.TextStudio3DKeyboardCommand

public string Character { get; set; }

Returns

System.String