C# Class exAtlasInfoUtility, ex2d-v1

Afficher le fichier Open project: exdev/ex2d-v1

Méthodes publiques

Méthode 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

Méthode Description
FillAtlasTexture ( Texture2D _tex, exAtlasInfo, _atlasInfo, bool _noImport ) : void
SelectAtlasByActiveTexture ( ) : void

Method Details

Build() public static méthode

public static Build ( exAtlasInfo, _atlasInfo, bool _noImport = false ) : void
_atlasInfo exAtlasInfo,
_noImport bool
Résultat void

BuildSpAnimClipsFromRebuildList() public static méthode

public static BuildSpAnimClipsFromRebuildList ( exAtlasInfo, _atlasInfo ) : void
_atlasInfo exAtlasInfo,
Résultat void

CreateAtlas() public static méthode

public static CreateAtlas ( string _path, string _name ) : exAtlas,
_path string
_name string
Résultat exAtlas,

CreateAtlasInfo() public static méthode

public static CreateAtlasInfo ( string _path, string _name, int _width, int _height ) : exAtlasInfo,
_path string
_name string
_width int
_height int
Résultat exAtlasInfo,