modules.gui.imGuizmo#

class modules.gui.imGuizmo.ImGuizmo(*args: Any, **kwargs: Any)#

Bases: Context

Logic related to rendering the Hierarchy window

__init__(context: EmberEngine)#
begin_frame()#
render(_rect_min: imgui_bundle.imgui.ImVec2, _image_size: imgui_bundle.imgui.ImVec2) None#
to_matrix16(mat)#

Convert a numpy.ndarray or Pyrr Matrix44 to ImGuizmo Matrix16. Ensures column-major order for ImGuizmo.