Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SpriteAtlasImporter

SpriteAtlasImporter imports SpriteAtlasAsset and generates SpriteAtlas.
Read time 4 minutesLast updated 9 days ago

Definition

[HelpURL("SpriteAtlasV2")]public sealed class SpriteAtlasImporter : AssetImporter

Properties

Property

Description

includeInBuildProperty to get/set whether this Sprite Atlas is marked to be included in the build.
packingSettingsSpriteAtlasPackingSettings to use when packing this SpriteAtlas.
textureSettingsSpriteAtlasTextureSettings of the packed Texture generated by this SpriteAtlas.
variantScaleValue used to downscale the master's texture.

Methods

Method

Description

GetPlatformSettingsRetrieves the platform settings of the build target you specify.
SetPlatformSettingsSets platform specific settings.

Inheritance

Inherited Members

Operators

Operator

Description

operator ==Compares two object references to see if they refer to the same object.
boolDetermines whether the object exists.
operator !=Compares if two objects refer to a different object.