namespace UnityEngine.InputSystem { /// /// Enum used to identity the change type for the event. /// public enum InputControlLayoutChange { Added, Removed, Replaced } }