Click or drag to resize

VisualServerSkeletonBoneGetTransform2d Method

Returns the Transform2D set for a specific bone of this skeleton.

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

Parameters

skeleton
Type: GodotRID

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

bone
Type: SystemInt32

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

Return Value

Type: Transform2D

[Missing <returns> documentation for "M:Godot.VisualServer.SkeletonBoneGetTransform2d(Godot.RID,System.Int32)"]

See Also