csc.layers.Cycle¶
- class csc.layers.Cycle¶
Cycle class
- __init__(*args, **kwargs)¶
Methods
__init__
(*args, **kwargs)is_the_same_frames_as
(self, other_cycle)-> bool
left_frame_index
(self)-> Pos
right_frame_index
(self)-> Pos
Attributes
- __annotations__ = {}¶
- __init__(*args, **kwargs)¶
- __module__ = 'csc.layers'¶
- property first_active_frame_index¶
- property following_interval¶
- is_the_same_frames_as(self: csc.layers.Cycle, other_cycle: csc.layers.Cycle) bool ¶
-> bool
- property last_active_frame_index¶
- left_frame_index(self: csc.layers.Cycle) int ¶
-> Pos
- property left_inactive_frame_index¶
- right_frame_index(self: csc.layers.Cycle) int ¶
-> Pos
- property right_inactive_frame_index¶