Click or drag to resize

SkeletonGetBoneCustomPose Method

Returns the custom pose of the specified bone. Custom pose is applied on top of the rest pose.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Transform GetBoneCustomPose(
	int boneIdx
)

Parameters

boneIdx
Type: SystemInt32

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

Return Value

Type: Transform

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

See Also