Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
VisualShaderNodeTexture2DArray¶
继承: VisualShaderNodeSample3D < VisualShaderNode < Resource < RefCounted < Object
可视化着色器图中使用的 2D 纹理 uniform 数组。
描述¶
翻译为着色器语言中的 uniform sampler2DArray
。
属性¶
属性说明¶
Texture2DArray texture_array 🔗
void set_texture_array(value: Texture2DArray)
Texture2DArray get_texture_array()
源纹理数组。VisualShaderNodeSample3D.source 为 VisualShaderNodeSample3D.SOURCE_TEXTURE 时使用。