Click or drag to resize

AnimationTreePlayerOneshotNodeGetFadeoutTime Method

Returns the fade out time of a OneShot node given its name.

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

Parameters

id
Type: SystemString

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

Return Value

Type: Single

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

See Also