Click or drag to resize

SignalAwaiter Constructor

Initializes a new instance of the SignalAwaiter class

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public SignalAwaiter(
	Object source,
	string signal,
	Object target
)

Parameters

source
Type: GodotObject

[Missing <param name="source"/> documentation for "M:Godot.SignalAwaiter.#ctor(Godot.Object,System.String,Godot.Object)"]

signal
Type: SystemString

[Missing <param name="signal"/> documentation for "M:Godot.SignalAwaiter.#ctor(Godot.Object,System.String,Godot.Object)"]

target
Type: GodotObject

[Missing <param name="target"/> documentation for "M:Godot.SignalAwaiter.#ctor(Godot.Object,System.String,Godot.Object)"]

See Also