Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SpriteAtlasPackingSettings

Settings to use during the packing process for this SpriteAtlas.
Read time 1 minuteLast updated 13 days ago

Definition

public struct SpriteAtlasPackingSettings

Properties

Property

Description

blockOffsetBlock offset to use while packing.
enableAlphaDilationSets the boundary padding pixels alpha to 0 when packed into a Sprite Atlas.
enableRotationDetermines if rotating a sprite is possible during packing.
enableTightPackingDetermines if sprites should be packed tightly during packing.
paddingValue to add boundary (padding) to sprites when packing into the atlas.