Click or drag to resize

AnimationTreePlayerOneshotNodeSetAutorestartDelay Method

Sets the autorestart delay 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 OneshotNodeSetAutorestartDelay(
	string id,
	float delaySec
)

Parameters

id
Type: SystemString

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

delaySec
Type: SystemSingle

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

See Also