Click or drag to resize

SkinSetBindPose Method

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

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

Parameters

bindIndex
Type: SystemInt32

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

pose
Type: GodotTransform

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

See Also