Method | Description | |
---|---|---|
Build ( exAtlasInfo, _atlasInfo, bool _noImport = false ) : void | ||
BuildSpAnimClipsFromRebuildList ( exAtlasInfo, _atlasInfo ) : void | ||
CreateAtlas ( string _path, string _name ) : exAtlas, | ||
CreateAtlasInfo ( string _path, string _name, int _width, int _height ) : exAtlasInfo, |
Method | Description | |
---|---|---|
FillAtlasTexture ( |
||
SelectAtlasByActiveTexture ( ) : void |
public static Build ( exAtlasInfo, _atlasInfo, bool _noImport = false ) : void | ||
_atlasInfo | exAtlasInfo, | |
_noImport | bool | |
return | void |
public static BuildSpAnimClipsFromRebuildList ( exAtlasInfo, _atlasInfo ) : void | ||
_atlasInfo | exAtlasInfo, | |
return | void |
public static CreateAtlas ( string _path, string _name ) : exAtlas, | ||
_path | string | |
_name | string | |
return | exAtlas, |
public static CreateAtlasInfo ( string _path, string _name, int _width, int _height ) : exAtlasInfo, | ||
_path | string | |
_name | string | |
_width | int | |
_height | int | |
return | exAtlasInfo, |