mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 13:43:26 +00:00
Updated jsdoc
This commit is contained in:
parent
0aa071f734
commit
dd954def9d
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ var TextureSource = require('./TextureSource');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* A Texture consists of a source, usually an Image from the Cache, or a Canvas, and a collection
|
* A Texture consists of a source, usually an Image from the Cache, and a collection of Frames.
|
||||||
* of Frames. The Frames represent the different areas of the Texture. For example a texture atlas
|
* The Frames represent the different areas of the Texture. For example a texture atlas
|
||||||
* may have many Frames, one for each element within the atlas. Where-as a single image would have
|
* may have many Frames, one for each element within the atlas. Where-as a single image would have
|
||||||
* just one frame, that encompasses the whole image.
|
* just one frame, that encompasses the whole image.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue