Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ScriptablePacker.SpritePack

A struct that contains packing information of the sprite to Atlas.
Read time 1 minuteLast updated 7 days ago

Definition

public struct ScriptablePacker.SpritePack

Fields

Value

Description

pageThe page to which the sprite is packed into SpriteAtlas.
rotThe rotation of the Sprite when packed into SpriteAtlas.
xLocation in x axis to where the Sprite is packed to Texture.
yLocation in y axis to where the Sprite is packed to Texture.