Click or drag to resize

AnimationTreePlayerOneshotNodeSetAutorestartRandomDelay Method

Sets the autorestart random 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 OneshotNodeSetAutorestartRandomDelay(
	string id,
	float randSec
)

Parameters

id
Type: SystemString

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

randSec
Type: SystemSingle

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

See Also