Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


EventModifiers

Types of modifier key that can be active during a keystroke event.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.IMGUIModule
[Flags]public enum EventModifiers

Remarks

Additional Resources: Event, GUI Scripting Guide.

Fields

Value

Description

AltAlt key.
CapsLockCaps lock key.
CommandCommand key (Mac).
ControlControl key.
FunctionKeyFunction key.
NoneNo modifier key pressed during a keystroke event.
NumericNum lock key.
ShiftShift key.