메소드 | 설명 | |
---|---|---|
GetImageAt ( uint index ) : Image | ||
Refresh ( ) : void | ||
SetImageAt ( uint index, Image img ) : void |
This will clip the image, replacing the atlas graphic. In order to change the physical bounds, see update(image[]).
|
|
TextureAtlas ( |
||
TextureAtlas ( uint size ) : System | ||
Update ( Image images, bool clear = false ) : void |
Packs the images in the image list into a single texture.
|
public TextureAtlas ( |
||
copy | ||
리턴 | System |
public Update ( Image images, bool clear = false ) : void | ||
images | Image | |
clear | bool | |
리턴 | void |