Click or drag to resize

AnimationTreePlayerOneshotNodeSetFadeoutTime Method

Sets the fade out time of a OneShot node given its name and value in seconds.

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

Parameters

id
Type: SystemString

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

timeSec
Type: SystemSingle

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

See Also