Click or drag to resize

AnimationTreePlayerTransitionNodeSetXfadeTime Method

The transition node with name id sets its cross fade time to time_sec.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void TransitionNodeSetXfadeTime(
	string id,
	float timeSec
)

Parameters

id
Type: SystemString

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

timeSec
Type: SystemSingle

[Missing <param name="timeSec"/> documentation for "M:Godot.AnimationTreePlayer.TransitionNodeSetXfadeTime(System.String,System.Single)"]

See Also