active_scene_method¶
Qualified name: algan.scene.active\_scene\_method
- class active_scene_method(function)[source]¶
Bases:
objectBind to an instance, or resolve the active Scene when called on Scene.
scene.save_video(...)rendersscene;Scene.save_video(...)renders whichever Scene is currently active. Class-level access reports the signature withselfremoved sohelp(), IDE tooltips and Sphinx autodoc show the real parameters instead of(*args, **kwargs).Methods