Table of Contents

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()

Returns

IAwaiter