Version: 2023.1
언어: 한국어

SpriteData

struct in UnityEditor.U2D

매뉴얼로 전환

설명

A struct containing sprite specific data to pack sprites.

변수

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.