Click or drag to resize

VisualServerSkeletonBoneSetTransform2d Method

Sets the Transform2D for a specific bone of this skeleton.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void SkeletonBoneSetTransform2d(
	RID skeleton,
	int bone,
	Transform2D transform
)

Parameters

skeleton
Type: GodotRID

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

bone
Type: SystemInt32

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

transform
Type: GodotTransform2D

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

See Also