Class SerializableTextureArray
Implements
Inherited Members
Namespace: UnityEditor .ShaderGraph .Internal
Assembly: Unity.ShaderGraph.Editor.dll
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()