Click or drag to resize

AnimationNodeGetChildByName Method

Gets a child node by index (used by editors inheriting from AnimationRootNode).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public virtual Object GetChildByName(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Godot.AnimationNode.GetChildByName(System.String)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Godot.AnimationNode.GetChildByName(System.String)"]

See Also