VisualShaderNodeFrame

Inherits: VisualShaderNodeResizableBase < VisualShaderNode < Resource < RefCounted < Object

Inherited By: VisualShaderNodeComment

There is currently no description for this class. Please help us by contributing one!

Properties

PackedInt32Array

attached_nodes

PackedInt32Array()

bool

autoshrink

true

Color

tint_color

Color(0.3, 0.3, 0.3, 0.75)

bool

tint_color_enabled

false

String

title

"Title"

Methods

void

add_attached_node ( int node )

void

remove_attached_node ( int node )


Property Descriptions

PackedInt32Array attached_nodes = PackedInt32Array()

There is currently no description for this property. Please help us by contributing one!


bool autoshrink = true

  • void set_autoshrink_enabled ( bool value )

  • bool is_autoshrink_enabled ( )

There is currently no description for this property. Please help us by contributing one!


Color tint_color = Color(0.3, 0.3, 0.3, 0.75)

  • void set_tint_color ( Color value )

  • Color get_tint_color ( )

There is currently no description for this property. Please help us by contributing one!


bool tint_color_enabled = false

  • void set_tint_color_enabled ( bool value )

  • bool is_tint_color_enabled ( )

There is currently no description for this property. Please help us by contributing one!


String title = "Title"

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

void add_attached_node ( int node )

There is currently no description for this method. Please help us by contributing one!


void remove_attached_node ( int node )

There is currently no description for this method. Please help us by contributing one!