We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c59431e + ebdd928 commit f416395Copy full SHA for f416395
tutorials/scripting/c_sharp/c_sharp_signals.rst
@@ -36,7 +36,7 @@ In addition, you can always access signal names associated with a node type thro
36
Custom signals as C# events
37
---------------------------
38
39
-To declare a custom event in your C# script, use the ``[Signal]`` attribute on a delegate type.
+To declare a custom event in your C# script, use the ``[Signal]`` attribute on a public delegate type.
40
Note that the name of this delegate needs to end with ``EventHandler``.
41
42
.. code-block:: csharp
0 commit comments