Click or drag to resize

AnimationTreePlayerOneshotNodeGetFadeinTime Method

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

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

Parameters

id
Type: SystemString

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

Return Value

Type: Single

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

See Also