NewAnimationGroupInfo

data class NewAnimationGroupInfo(val groupType: GroupType, val groupInfo: Animation.AnimationInfo, val animationList: List<String>) : SendableData

Stores information about a new animation group to create

Constructors

Link copied to clipboard
constructor(groupType: GroupType, groupInfo: Animation.AnimationInfo, animationList: List<String>)

Properties

Link copied to clipboard

The list of animations to run

Link copied to clipboard

Information about the group

Link copied to clipboard

Identifies how the animations will be run

Functions

Link copied to clipboard
open fun json(): ByteArray
Link copied to clipboard
open fun jsonString(): String
Link copied to clipboard
Link copied to clipboard