SourceClass WidgetRect
from egui import WidgetRectclass WidgetRect:Used to store each widget's Id, Rect and Sense each frame.
Used to check which widget gets input when a user clicks somewhere.
from egui import WidgetRectclass WidgetRect:Used to store each widget's Id, Rect and Sense each frame.
Used to check which widget gets input when a user clicks somewhere.
@property
def enabled(self, /) -> bool§@property
def id(self, /) -> Id§@property
def interact_rect(self, /) -> Rect§@property
def layer_id(self, /) -> LayerId§@property
def parent_id(self, /) -> Id§@property
def rect(self, /) -> Rect§@property
def sense(self, /) -> Sense§def transform(self, /, transform: TSTransform) -> WidgetRect§