MainLoop_Idle Method |
Called each idle frame with the time since the last idle frame as argument (in seconds). Equivalent to _Process(Single).
If implemented, the method must return a boolean value. true ends the main loop, while false lets it proceed to the next frame.
Namespace: Godot
public virtual bool _Idle( float delta )
[Missing <param name="delta"/> documentation for "M:Godot.MainLoop._Idle(System.Single)"]
[Missing <returns> documentation for "M:Godot.MainLoop._Idle(System.Single)"]