Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SpriteAtlasAnalysisContext

A context object passed by SpriteAtlasModule to a SpriteAtlasModuleAnalyzer's Analyze() method.
Read time 1 minuteLast updated 10 days ago

Definition

public class SpriteAtlasAnalysisContext : AnalysisContext

Fields

Value

Description

AssetPathThe path to a Sprite Atlas asset in the project.
EmptySpaceBytesThe empty space of the sprite atlas in bytes.
EmptySpacePercentageThe empty space percentage of the sprite atlas.
NameThe name of a sprite atlas asset in the project
SpriteAtlasThe spriteatlas asset to be analyzed.

Inheritance