Interface IYieldCoroutine
- Namespace
- Cobilas.GodotEngine.Utility
- Assembly
- com.cobilas.godot.utility.dll
A base interface for all Yield class.
public interface IYieldCoroutine
Properties
Delay
The delay of the Yield class.
TimeSpan Delay { get; }
Property Value
IsLastCoroutine
Indicates that it is the last to be executed.
bool IsLastCoroutine { get; }
Property Value
- bool
Returns
true
when class Yield is marked to run last.