C# Class UnityEditor.Sprites.DefaultPackerPolicy

Inheritance: IPackerPolicy
显示文件 Open project: CarlosHBC/UnityDecompiled

Public Methods

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

Protected Methods

Method Description
HasPlatformEnabledAlphaSplittingForCompression ( string targetName, TextureImporter ti ) : bool
IsTagPrefixed ( string packingTag ) : bool

Private Methods

Method Description
GetPackingMode ( string packingTag, SpriteMeshType meshType ) : SpritePackingMode

Method Details

GetVersion() public method

public GetVersion ( ) : int
return int

HasPlatformEnabledAlphaSplittingForCompression() protected method

protected HasPlatformEnabledAlphaSplittingForCompression ( string targetName, TextureImporter ti ) : bool
targetName string
ti TextureImporter
return bool

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 PackerJob
textureImporterInstanceIDs int
return void