SourceEnum OutputCommand
from egui import OutputCommandclass OutputCommand:Commands that the egui integration should execute at the end of a frame.
Commands that are specific to a viewport should be put in egui.ViewportCommand instead.
from egui import OutputCommandclass OutputCommand:Commands that the egui integration should execute at the end of a frame.
Commands that are specific to a viewport should be put in egui.ViewportCommand instead.
@staticmethod
def CopyImage(image: ColorImage) -> OutputCommand§@staticmethod
def CopyText(text: str) -> OutputCommand§@staticmethod
def OpenUrl(open_url: OpenUrl) -> OutputCommand§def image(self, /) -> ColorImage |None§def kind_name(self, /) -> str§def open_url_value(self, /) -> OpenUrl |None§def text(self, /) -> str |None§