C# Class PackerPolicyByLiuJing, UGUIPlugin

Inheritance: IPackerPolicy
Show file Open project: l980305284/UGUIPlugin

Public Methods

Method Description
GetVersion ( ) : int
OnGroupAtlases ( BuildTarget, target, PackerJob job, int textureImporterInstanceIDs ) : void

Protected Methods

Method Description
IsTagPrefixed ( string packingTag ) : bool

Private Methods

Method Description
GetPackingMode ( string packingTag, SpriteMeshType meshType ) : SpritePackingMode
ParseAtlasName ( string packingTag ) : string
ParseTextuerFormat ( string packingTag ) : CustomTextureFormat
ParseTextureHeight ( string packingTag ) : int
ParseTextureWidth ( string packingTag ) : int

Method Details

GetVersion() public method

public GetVersion ( ) : int
return int

IsTagPrefixed() protected method

protected IsTagPrefixed ( string packingTag ) : bool
packingTag string
return bool

OnGroupAtlases() public method

public OnGroupAtlases ( BuildTarget, target, PackerJob job, int textureImporterInstanceIDs ) : void
target BuildTarget,
job UnityEditor.Sprites.PackerJob
textureImporterInstanceIDs int
return void