Click or drag to resize

SkeletonSetBoneDisableRest Method

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetBoneDisableRest(
	int boneIdx,
	bool disable
)

Parameters

boneIdx
Type: SystemInt32

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

disable
Type: SystemBoolean

[Missing <param name="disable"/> documentation for "M:Godot.Skeleton.SetBoneDisableRest(System.Int32,System.Boolean)"]

See Also