This version of Unity is unsupported.

TextureData

struct in UnityEditor.U2D

Description

Texture data of a specific sprite useful to get source pixels in textureData array.

Properties

bufferOffsetOffset of the TextureData Array from where the actual data for the current texture starts.
heightHeight of the texture.
widthWidth of the texture.