bloqade.lanes.visualize.debug.AnimatorController
← Module overview
class
method
method
method
method
method
sourcemethod
source
classAnimatorController¶source
bloqade.lanes.visualize.debug.AnimatorController
Bases: DebuggerController
Signature
class AnimatorController(ax: Axes, num_steps: int, get_renderer: Callable[[int], tuple[int, Callable[[int], None]]])Parameters
| Name | Type | Description |
|---|---|---|
ax | Axes | |
num_steps | int | |
get_renderer | Callable[[int], tuple[int, Callable[[int], None]]] |
Attributes
| Name | Type | Default | Description |
|---|---|---|---|
ax | Axes | required | |
num_steps | int | required | |
get_renderer | Callable[[int], tuple[int, Callable[[int], None]]] | required | |
step_index | int | field(default=0, init=False) | |
animation_step | int | field(default=1, init=False) | |
num_frames | int | field(default=0, init=False) | |
running | bool | field(default=True, init=False) | |
waiting | bool | field(default=True, init=False) | |
updated | bool | field(default=False, init=False) | |
animation_step_index | int | field(default=0, init=False) |
methodon_exit¶source
bloqade.lanes.visualize.debug.AnimatorController.on_exit
methodon_next¶source
bloqade.lanes.visualize.debug.AnimatorController.on_next
methodon_prev¶source
bloqade.lanes.visualize.debug.AnimatorController.on_prev
methodon_slider_change¶source
bloqade.lanes.visualize.debug.AnimatorController.on_slider_change
methodreset¶source
bloqade.lanes.visualize.debug.AnimatorController.reset
def reset()methodrun¶source
bloqade.lanes.visualize.debug.AnimatorController.run
def run()