Click or drag to resize

SceneTreeSetGroup Method

Sets the given property to value on all members of the given group.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetGroup(
	string group,
	string property,
	Object value
)

Parameters

group
Type: SystemString

[Missing <param name="group"/> documentation for "M:Godot.SceneTree.SetGroup(System.String,System.String,System.Object)"]

property
Type: SystemString

[Missing <param name="property"/> documentation for "M:Godot.SceneTree.SetGroup(System.String,System.String,System.Object)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Godot.SceneTree.SetGroup(System.String,System.String,System.Object)"]

See Also