Class Fz2D.Loader.Loaders.TextureAtlas
| Defined in: | src/loader/loaders/texture_atlas.coffee |
| Inherits: | Fz2D.Loader.Base |
Overview
Public: Texture Atlas Loader
Instance Method Summary
- ::constructor(path) Constructor.
- Fz2D.TextureAtlas ::load(path) Loads a "texture atlas" asset.
Inherited Method Summary
Methods inherited from Fz2D.Loader.Base
.constructor, .expand, .load, .onload
Constructor Details
::constructor(path) Source
Public: Constructor.
path - relative data root path
Instance Method Details
Fz2D.TextureAtlas ::load(path) Source
Public: Loads a "texture atlas" asset.
path - relative partial path
Returns a Fz2D.TextureAtlas.