Interface ISkeletonAnimationBinding

interface ISkeletonAnimationBinding {
    animationName: SkeletonDefaultAnimationName;
    path: string;
}

Properties

Properties

animationName: SkeletonDefaultAnimationName
path: string

Generated using TypeDoc