Click or drag to resize

SkeletonSetBonePose Method

Sets the pose transform for bone bone_idx.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetBonePose(
	int boneIdx,
	Transform pose
)

Parameters

boneIdx
Type: SystemInt32

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

pose
Type: GodotTransform

[Missing <param name="pose"/> documentation for "M:Godot.Skeleton.SetBonePose(System.Int32,Godot.Transform)"]

See Also