Click or drag to resize

GraphEditSetConnectionActivity Method

Sets the coloration of the connection between from's from_port and to's to_port with the color provided in the activity theme property.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetConnectionActivity(
	string from,
	int fromPort,
	string to,
	int toPort,
	float amount
)

Parameters

from
Type: SystemString

[Missing <param name="from"/> documentation for "M:Godot.GraphEdit.SetConnectionActivity(System.String,System.Int32,System.String,System.Int32,System.Single)"]

fromPort
Type: SystemInt32

[Missing <param name="fromPort"/> documentation for "M:Godot.GraphEdit.SetConnectionActivity(System.String,System.Int32,System.String,System.Int32,System.Single)"]

to
Type: SystemString

[Missing <param name="to"/> documentation for "M:Godot.GraphEdit.SetConnectionActivity(System.String,System.Int32,System.String,System.Int32,System.Single)"]

toPort
Type: SystemInt32

[Missing <param name="toPort"/> documentation for "M:Godot.GraphEdit.SetConnectionActivity(System.String,System.Int32,System.String,System.Int32,System.Single)"]

amount
Type: SystemSingle

[Missing <param name="amount"/> documentation for "M:Godot.GraphEdit.SetConnectionActivity(System.String,System.Int32,System.String,System.Int32,System.Single)"]

See Also