Click or drag to resize

VisualServerSkeletonGetBoneCount Method

Returns the number of bones allocated for this skeleton.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static int SkeletonGetBoneCount(
	RID skeleton
)

Parameters

skeleton
Type: GodotRID

[Missing <param name="skeleton"/> documentation for "M:Godot.VisualServer.SkeletonGetBoneCount(Godot.RID)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.VisualServer.SkeletonGetBoneCount(Godot.RID)"]

See Also