docs.unity.cn
    Show / Hide Table of Contents

    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[]
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 09 May 2022
    Terms of use