GodotEx.Async
Asynchronous extension library for Godot:
- Awaitables for common Godot object signals such as Timer.Timeout and SceneTree.ProcessFrame
CancellableSignalAwaiter
that wraps the Godot SignalAwaiter, provides functionality similar to that of ToSignal() while also accepting a CancellationToken
Prerequisites
Installation
Install the GodotEx.Async
nuget package with the following command:
dotnet add package GodotEx.Async