Sandbox Logo

Widget.Enabled

bool Enabled { get; set; }

Description

Makes the widget not interactable. This is also usually be reflected visually by the widget. The widget will not process any keyboard or mouse inputs. Applies retroactively to all children.

Return

User Comments