diff --git a/Source/Engine/UI/GUI/Control.cs b/Source/Engine/UI/GUI/Control.cs index 8ae3b3616..2c8138984 100644 --- a/Source/Engine/UI/GUI/Control.cs +++ b/Source/Engine/UI/GUI/Control.cs @@ -223,9 +223,9 @@ namespace FlaxEngine.GUI public bool IsScrollable { get; set; } = true; /// - /// Gets or sets a value indicating whether the control can respond to user interaction + /// Gets or sets a value indicating whether the control can respond to user interaction. Disabled control remains visible but is grayed out. /// - [EditorOrder(520), Tooltip("If checked, control will receive input events of the user interaction.")] + [EditorOrder(520), Tooltip("If checked, control will receive input events of the user interaction. Disabled control remains visible but is grayed out.")] public bool Enabled { get => _isEnabled;