Click or drag to resize

RangeShare Method

Binds two ranges together along with any ranges previously grouped with either of them. When any of range's member variables change, it will share the new value with all other ranges in its group.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void Share(
	Node with
)

Parameters

with
Type: GodotNode

[Missing <param name="with"/> documentation for "M:Godot.Range.Share(Godot.Node)"]

See Also