@moxijs/core - v0.3.4
    Preparing search index...

    Interface SpriteOptions

    Options for creating a Sprite instance

    interface SpriteOptions {
        texture?: TextureSource<any> | Texture<TextureSource<any>>;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    texture?: TextureSource<any> | Texture<TextureSource<any>>