Click or drag to resize

IAwaiter Interface

[Missing <summary> documentation for "T:Godot.IAwaiter"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public interface IAwaiter : INotifyCompletion

The IAwaiter type exposes the following members.

Properties
  NameDescription
Public propertyIsCompleted
Top
Methods
  NameDescription
Public methodGetResult
Public methodOnCompleted (Inherited from INotifyCompletion.)
Top
See Also