Method | Description | |
---|---|---|
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 SetImageAt ( uint index, Image img ) : void | ||
index | uint | |
img | Image | |
return | void |
public TextureAtlas ( |
||
copy | ||
return | System |
public Update ( Image images, bool clear = false ) : void | ||
images | Image | |
clear | bool | |
return | void |