Click or drag to resize

AnimationTreePlayerTransitionNodeGetXfadeTime Method

Returns the cross fade time for the transition node with name id.

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

Parameters

id
Type: SystemString

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

Return Value

Type: Single

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

See Also