Click or drag to resize

SkeletonFindBone Method

Returns the bone index that matches name as its name.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int FindBone(
	string name
)

Parameters

name
Type: SystemString

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

Return Value

Type: Int32

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

See Also