Interface ISecondaryTextureDataProvider
Data provider that provides secoondary texture data needed for Sprite Editor Window.
Namespace: UnityEditor.U2D.Sprites
Syntax
public interface ISecondaryTextureDataProvider
Properties
textures
Get set method for an array of SecondarySpriteTexture in the Data Provider
Declaration
SecondarySpriteTexture[] textures { get; set; }
Property Value
| Type | Description |
|---|---|
| SecondarySpriteTexture[] |