ecspresso
    Preparing search index...

    Interface SpriteAnimationComponentTypes<A>

    Component types provided by the sprite animation plugin.

    interface SpriteAnimationComponentTypes<A extends string = string> {
        spriteAnimation: SpriteAnimation<A>;
    }

    Type Parameters

    • A extends string = string
    Index

    Properties

    Properties

    spriteAnimation: SpriteAnimation<A>