Click or drag to resize

AnimationPlayerSetBlendTime Method

Specifies a blend time (in seconds) between two animations, referenced by their names.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetBlendTime(
	string animFrom,
	string animTo,
	float sec
)

Parameters

animFrom
Type: SystemString

[Missing <param name="animFrom"/> documentation for "M:Godot.AnimationPlayer.SetBlendTime(System.String,System.String,System.Single)"]

animTo
Type: SystemString

[Missing <param name="animTo"/> documentation for "M:Godot.AnimationPlayer.SetBlendTime(System.String,System.String,System.Single)"]

sec
Type: SystemSingle

[Missing <param name="sec"/> documentation for "M:Godot.AnimationPlayer.SetBlendTime(System.String,System.String,System.Single)"]

See Also