Interface AnimationLabel

An associative array mapping names of lables to timestamps. Labels need to be unique per Animation.

Author

Lukas Scheuerle, HFU, 2019

interface AnimationLabel {
    [name: string]: number;
}

Indexable

[name: string]: number