Table of Contents

Class VisualShaderNodeResizableBase

Base class for resizable nodes in a visual shader graph.

Inheritance
VisualShaderNodeResizableBase
Derived

Remarks

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

Properties

size

The size of the node in the visual shader graph.

var size : Vector2 = Vector2(0, 0)

Property Value

Vector2

Remarks