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...
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
Property Descriptions
VisualShaderGroup group 🔗
void set_group(value: VisualShaderGroup)
VisualShaderGroup get_group()
The VisualShaderGroup resource instanced by this node.