KeyboardValueKey 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.
Represents a key on the keyboard that has a string value for input.
public ref class KeyboardValueKey : UnityEngine::MonoBehaviour
[UnityEngine.RequireComponent(typeof(UnityEngine.UI.Button))]
public class KeyboardValueKey : UnityEngine.MonoBehaviour
[<UnityEngine.RequireComponent(typeof(UnityEngine.UI.Button))>]
type KeyboardValueKey = class
inherit MonoBehaviour
Public Class KeyboardValueKey
Inherits MonoBehaviour
- Inheritance
-
UnityEngine.MonoBehaviourKeyboardValueKey
- Attributes
-
UnityEngine.RequireComponentAttribute
Constructors
KeyboardValueKey() |
Fields
ShiftValue |
The shifted string value for this key. |
Value |
The default string value for this key. |
Methods
Shift(Boolean) |
Called by the Keyboard when the shift key is pressed. Updates the text for this key using the Value and ShiftValue fields. |