Interface IAwaitable
- Namespace
- Godot
- Assembly
- GodotSharp.dll
An interface that requires a GetAwaiter() method to get a reference to the Awaiter.
public interface IAwaitable
Methods
GetAwaiter()
IAwaiter GetAwaiter()
An interface that requires a GetAwaiter() method to get a reference to the Awaiter.
public interface IAwaitable
IAwaiter GetAwaiter()