Click or drag to resize

SkeletonSetBoneCustomPose Method

[Missing <summary> documentation for "M:Godot.Skeleton.SetBoneCustomPose(System.Int32,Godot.Transform)"]

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

Parameters

boneIdx
Type: SystemInt32

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

customPose
Type: GodotTransform

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

See Also