active_scene_method

Qualified name: algan.scene.active\_scene\_method

class active_scene_method(function)[source]

Bases: object

Bind to an instance, or resolve the active Scene when called on Scene.

scene.save_video(...) renders scene; Scene.save_video(...) renders whichever Scene is currently active. Class-level access reports the signature with self removed so help(), IDE tooltips and Sphinx autodoc show the real parameters instead of (*args, **kwargs).

Methods