Click or drag to resize

TreeItemCallRecursive Method

Calls the method on the actual TreeItem and its children recursively. Pass parameters as a comma separated list.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Object CallRecursive(
	string method,
	params Object[] args
)

Parameters

method
Type: SystemString

[Missing <param name="method"/> documentation for "M:Godot.TreeItem.CallRecursive(System.String,System.Object[])"]

args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:Godot.TreeItem.CallRecursive(System.String,System.Object[])"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Godot.TreeItem.CallRecursive(System.String,System.Object[])"]

See Also