SourceClass LayerId
from egui import LayerIdclass LayerId:An identifier for a paint layer.
Also acts as an identifier for egui.Area:s.
Properties§
@property
def id(self, /) -> Id§
@id.setter
def id(self, /, id: Id) -> None§
@property
def order(self, /) -> Order§
@order.setter
def order(self, /, order: Order) -> None§
Methods§
def allow_interaction(self, /) -> bool§
Source@staticmethod
def background() -> LayerId§
Source@staticmethod
def debug() -> LayerId§
Sourcedef short_debug_format(self, /) -> str§
Short and readable summary