Interface IAwaiter
- Namespace
- Godot
- Assembly
- GodotSharp.dll
An interface that requires a boolean for completion status and a method that gets the result of completion.
public interface IAwaiter : INotifyCompletion
- Inherited Members
Properties
IsCompleted
bool IsCompleted { get; }
Property Value
Methods
GetResult()
void GetResult()