Click or drag to resize

SkeletonAddBone Method

Adds a bone, with name name. GetBoneCount will become the bone index.

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

Parameters

name
Type: SystemString

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

See Also