Interface IAnimationGroup

interface IAnimationGroup {
    assetId: string;
    startTime: number;
    time: number;
}

Properties

assetId: string
startTime: number
time: number

Generated using TypeDoc