Godot C# How To, Episode 9. Signals With Parameters | Godot Mono

Опубликовано: 15 Сентябрь 2026
на канале: TheSolarString
6,539
116

Donate a buck or two: https://coindrop.to/solarstrings

In this video I will show you how signals with parameters work using C# (Godot Mono) in the Godot engine. When using GD script, the parameters are automatically filled in when connecting the signal. When using C# script, not so much. We therefore have to hover above the signal to see the parameters used, and bring them with us into the C# method.

#godot #godotengine #signals #parameters