Click or drag to resize

VisualScriptYieldSetWaitTime Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.VisualScriptYield.SetWaitTime(System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetWaitTime is deprecated. Use the WaitTime property instead.")]
public void SetWaitTime(
	float sec
)

Parameters

sec
Type: SystemSingle

[Missing <param name="sec"/> documentation for "M:Godot.VisualScriptYield.SetWaitTime(System.Single)"]

See Also