VisualShaderNodeResizableBase

Inherits: VisualShaderNode < Resource < RefCounted < Object

Inherited By: VisualShaderNodeComment, VisualShaderNodeCurveTexture, VisualShaderNodeCurveXYZTexture, 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.

Previous Next


© Copyright 2014-present Juan Linietsky, Ariel Manzur and the Godot community (CC BY 3.0). Revision 53e837c6.

Built with Sphinx using a theme provided by Read the Docs.