Click or drag to resize

AnimationTreePlayerMixNodeGetAmount Method

Returns the mix amount of a Mix node given its name.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float MixNodeGetAmount(
	string id
)

Parameters

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:Godot.AnimationTreePlayer.MixNodeGetAmount(System.String)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.AnimationTreePlayer.MixNodeGetAmount(System.String)"]

See Also