Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

SpriteData

struct in UnityEditor.U2D

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

A struct containing sprite specific data to pack sprites.

Properties

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.