Clarify UI Control Enabled doc

This commit is contained in:
2026-08-10 07:14:22 +02:00
parent b7cfb110c3
commit 8688695b28
+2 -2
View File
@@ -223,9 +223,9 @@ namespace FlaxEngine.GUI
public bool IsScrollable { get; set; } = true;
/// <summary>
/// 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.
/// </summary>
[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;