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...
VisualShaderNodeResizableBase¶
Inherits: VisualShaderNode < Resource < RefCounted < Object
Inherited By: VisualShaderNodeComment, VisualShaderNodeCurveTexture, VisualShaderNodeCurveXYZTexture, VisualShaderNodeGroupBase
Base class for resizable nodes in a visual shader graph.
描述¶
Resizable nodes have a handle that allows the user to adjust their size as needed.
属性¶
|
Property Descriptions¶
Vector2 size = Vector2(0, 0)
The size of the node in the visual shader graph.