larvaworld.portal.simulation.preview_frames =========================================== .. py:module:: larvaworld.portal.simulation.preview_frames Functions --------- .. autoapisummary:: larvaworld.portal.simulation.preview_frames.capture_larva_frame larvaworld.portal.simulation.preview_frames.generate_preview_frames Module Contents --------------- .. py:function:: capture_larva_frame(launcher: Any, *, tick: int | None = None, trail_length: int = 30, include_heads: bool = True, include_midlines: bool = True, include_trails: bool = True) -> larvaworld.portal.canvas_widgets.environment_models.LarvaPreviewFrame .. py:function:: generate_preview_frames(launcher: Any, *, preview_steps: int, trail_length: int = 30, include_heads: bool = True, include_midlines: bool = True, include_trails: bool = True) -> list[larvaworld.portal.canvas_widgets.environment_models.LarvaPreviewFrame]