Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISpriteMap

Defines the IDisposable interface in order to be cleanable from resources.

Hierarchy

Implemented by

Index

Properties

atlasJSONSearch playground for atlasJSON

atlasJSON: ISpriteJSONAtlas

The JSON Array file from a https://www.codeandweb.com/texturepacker export. Or similar structure.

nameSearch playground for name

name: string

String name of the SpriteMap.

optionsSearch playground for options

The parameters to initialize the SpriteMap with.

spriteSheetSearch playground for spriteSheet

spriteSheet: Texture

Texture of the SpriteMap.

Methods

disposeSearch playground for dispose

  • dispose(): void
  • Releases all held resources

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method