Interface IPackerPolicy
Namespace: UnityEditor.Sprites
Assembly: UnityEditor.dll
Syntax
public interface IPackerPolicy
Properties
| Improve this Doc View SourceAllowSequentialPacking
Declaration
bool AllowSequentialPacking { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
| Improve this Doc View SourceGetVersion()
Declaration
int GetVersion()
Returns
Type | Description |
---|---|
Int32 |
OnGroupAtlases(BuildTarget, PackerJob, Int32[])
Declaration
void OnGroupAtlases(BuildTarget target, PackerJob job, int[] textureImporterInstanceIDs)
Parameters
Type | Name | Description |
---|---|---|
BuildTarget | target | |
PackerJob | job | |
Int32[] | textureImporterInstanceIDs |