Class SerializableTextureArray | Shader Graph | 8.2.0
docs.unity.cn
    Show / Hide Table of Contents

    Class SerializableTextureArray

    Inheritance
    Object
    SerializableTextureArray
    Namespace: UnityEditor.ShaderGraph.Internal
    Syntax
    [Serializable]
    public sealed class SerializableTextureArray : ISerializationCallbackReceiver

    Properties

    textureArray

    Declaration
    public Texture2DArray textureArray { get; set; }
    Property Value
    Type Description
    Texture2DArray

    Methods

    OnAfterDeserialize()

    Declaration
    public void OnAfterDeserialize()

    OnBeforeSerialize()

    Declaration
    public void OnBeforeSerialize()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX