Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ScriptablePacker.SpriteData

A struct containing sprite specific data to pack sprites.
Read time 1 minuteLast updated 8 days ago

Definition

public struct ScriptablePacker.SpriteData

Fields

Value

Description

guidGUID to uniquely identify the sprite in data arrays.
indexCountThe number of indices in the sprite geometry.
indexOffsetOffset of indices in the indexData from where actual indices can be fetched.
outputOutput data of a packable sprite.
rectThe input TextureRect information of the source sprite.
texIndexIndex of the texture in textureData array.
vertexCountNumber of vertices in the sprite geometry.
vertexOffsetOffset of vertices in the vertexData from where actual vertices can be fetched.