Struct SpriteAtlasPackingSettings
Assembly: UnityEditor.dll
Syntax
public struct SpriteAtlasPackingSettings
Properties
|
Improve this Doc
View Source
blockOffset
Declaration
public int blockOffset { get; set; }
Property Value
|
Improve this Doc
View Source
enableRotation
Declaration
public bool enableRotation { get; set; }
Property Value
|
Improve this Doc
View Source
enableTightPacking
Declaration
public bool enableTightPacking { get; set; }
Property Value
|
Improve this Doc
View Source
padding
Declaration
public int padding { get; set; }
Property Value
Extension Methods