Editar

Compartir a través de


InputSimulationHelpGuide.HelpGuideShortcutKeys Field

Definition

public: System::Collections::Generic::List<UnityEngine::KeyCode> ^ HelpGuideShortcutKeys;
[UnityEngine.SerializeField]
[UnityEngine.Tooltip("Keys required to bring up the input display tips")]
public System.Collections.Generic.List<UnityEngine.KeyCode> HelpGuideShortcutKeys;
[<UnityEngine.SerializeField>]
[<UnityEngine.Tooltip("Keys required to bring up the input display tips")>]
val mutable HelpGuideShortcutKeys : System.Collections.Generic.List<UnityEngine.KeyCode>
Public HelpGuideShortcutKeys As List(Of KeyCode) 

Field Value

List<UnityEngine.KeyCode>
Attributes
UnityEngine.SerializeFieldAttribute UnityEngine.TooltipAttribute

Applies to