Click or drag to resize

MainLoopIteration Method

Should not be called manually, override _Iteration(Single) instead. Will be removed in Godot 4.0.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool Iteration(
	float delta
)

Parameters

delta
Type: SystemSingle

[Missing <param name="delta"/> documentation for "M:Godot.MainLoop.Iteration(System.Single)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.MainLoop.Iteration(System.Single)"]

See Also