Package-level declarations
Types
Link copied to clipboard
Manages sections of the full strip.
Link copied to clipboard
class Section(val name: String = "", val pixels: List<Int> = listOf(), val parentSectionName: String = "") : SectionManager, SendableData
Represents a section of the full strip and is used by running animations when they need information about the strip or section or when they need to start a subanimation in a subsection
Link copied to clipboard
interface SectionManager
Manages sections and subsections of this section.