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.

VisualShaderNodeGroup

Inherits: VisualShaderNode < Resource < RefCounted < Object

A visual shader node that instances a VisualShaderGroup.

Description

Represents a VisualShaderGroup inside a VisualShader or another VisualShaderGroup. Its input and output ports are defined by the assigned group resource.

If the group contains nodes incompatible with the current shader context, the outputs will use default values and a warning will be shown.

Properties

VisualShaderGroup

group


Property Descriptions

VisualShaderGroup group 🔗

The VisualShaderGroup resource instanced by this node.


User-contributed notes

Please read the User-contributed notes policy before submitting a comment.