Click or drag to resize

MeshDataToolSetVertexWeights Method

Sets the bone weights of the given vertex.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetVertexWeights(
	int idx,
	float[] weights
)

Parameters

idx
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:Godot.MeshDataTool.SetVertexWeights(System.Int32,System.Single[])"]

weights
Type: SystemSingle

[Missing <param name="weights"/> documentation for "M:Godot.MeshDataTool.SetVertexWeights(System.Int32,System.Single[])"]

See Also