Outdated documentation

This documentation page refers to Godot 4.3, and may be outdated or incorrect.
Additionally, this engine version is no longer supported.

Check this page in the stable branch for the latest additions and corrections.

VisualShaderNodeResizableBase

Inherits: VisualShaderNode < Resource < RefCounted < Object

Inherited By: VisualShaderNodeCurveTexture, VisualShaderNodeCurveXYZTexture, VisualShaderNodeFrame, VisualShaderNodeGroupBase

Base class for resizable nodes in a visual shader graph.

Description

Resizable nodes have a handle that allows the user to adjust their size as needed.

Properties

Vector2

size

Vector2(0, 0)


Property Descriptions

Vector2 size = Vector2(0, 0) 🔗

The size of the node in the visual shader graph.


User-contributed notes

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