Type alias SpriteOpt

SpriteOpt: {
    sprite: string;
}

The options of the sprite object

Type declaration

  • sprite: string

    The sprite name

Generated using TypeDoc