Click or drag to resize

SignalAwaiter Class

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

Inheritance Hierarchy
SystemObject
  GodotSignalAwaiter

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public class SignalAwaiter : IAwaiter<Object[]>, 
	INotifyCompletion, IAwaitable<Object[]>

The SignalAwaiter type exposes the following members.

Constructors
  NameDescription
Public methodSignalAwaiter
Initializes a new instance of the SignalAwaiter class
Top
Properties
  NameDescription
Public propertyIsCompleted
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetAwaiter
Public methodGetHashCode (Inherited from Object.)
Public methodGetResult
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOnCompleted
Public methodToString (Inherited from Object.)
Top
See Also