Click or drag to resize

VisualServerInstanceSetBlendShapeWeight Method

Sets the weight for a given blend shape associated with this instance.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void InstanceSetBlendShapeWeight(
	RID instance,
	int shape,
	float weight
)

Parameters

instance
Type: GodotRID

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

shape
Type: SystemInt32

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

weight
Type: SystemSingle

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

See Also