Click or drag to resize

AnimationPlayerGetBlendTime Method

Gets the 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 float GetBlendTime(
	string animFrom,
	string animTo
)

Parameters

animFrom
Type: SystemString

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

animTo
Type: SystemString

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

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.AnimationPlayer.GetBlendTime(System.String,System.String)"]

See Also