Click or drag to resize

SkinSetBindName Method

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetBindName(
	int bindIndex,
	string name
)

Parameters

bindIndex
Type: SystemInt32

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

name
Type: SystemString

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

See Also