Table of Contents

Class VisualShaderNodeTexture2DArray

A 2D texture uniform array to be used within the visual shader graph.

Inheritance
VisualShaderNodeTexture2DArray

Remarks

Translated to uniform sampler2DArray in the shader language.

Properties

texture_array

A source texture array. Used if source is set to VisualShaderNodeSample3D.SOURCE_TEXTURE.

var texture_array : TextureLayered

Property Value

TextureLayered

Remarks