Click or drag to resize

SkinAddBind Method

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

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

Parameters

bone
Type: SystemInt32

[Missing <param name="bone"/> documentation for "M:Godot.Skin.AddBind(System.Int32,Godot.Transform)"]

pose
Type: GodotTransform

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

See Also