C# Class exAtlasInfoUtility, ex2d-v1

显示文件 Open project: exdev/ex2d-v1

Public Methods

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,

Private Methods

Method Description
FillAtlasTexture ( Texture2D _tex, exAtlasInfo, _atlasInfo, bool _noImport ) : void
SelectAtlasByActiveTexture ( ) : void

Method Details

Build() public static method

public static Build ( exAtlasInfo, _atlasInfo, bool _noImport = false ) : void
_atlasInfo exAtlasInfo,
_noImport bool
return void

BuildSpAnimClipsFromRebuildList() public static method

public static BuildSpAnimClipsFromRebuildList ( exAtlasInfo, _atlasInfo ) : void
_atlasInfo exAtlasInfo,
return void

CreateAtlas() public static method

public static CreateAtlas ( string _path, string _name ) : exAtlas,
_path string
_name string
return exAtlas,

CreateAtlasInfo() public static method

public static CreateAtlasInfo ( string _path, string _name, int _width, int _height ) : exAtlasInfo,
_path string
_name string
_width int
_height int
return exAtlasInfo,