export class SGAnimationPlayback {
    clip_name: string
    time: number
    loop: boolean
}