@esengine/nova-ecs-render-core - v1.0.1
    Preparing search index...

    Interface AnimationFrame

    Sprite animation frame 精灵动画帧

    interface AnimationFrame {
        duration: Fixed;
        offset?: FixedVector2;
        sourceRect: FixedRect;
        texture: ITexture;
    }
    Index

    Properties

    duration: Fixed
    offset?: FixedVector2
    sourceRect: FixedRect
    texture: ITexture