Click or drag to resize

VisualServerSkeletonBoneGetTransform Method

Returns the Transform set for a specific bone of this skeleton.

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

Parameters

skeleton
Type: GodotRID

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

bone
Type: SystemInt32

[Missing <param name="bone"/> documentation for "M:Godot.VisualServer.SkeletonBoneGetTransform(Godot.RID,System.Int32)"]

Return Value

Type: Transform

[Missing <returns> documentation for "M:Godot.VisualServer.SkeletonBoneGetTransform(Godot.RID,System.Int32)"]

See Also