mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Tweak wording in C# differences
This commit is contained in:
@@ -363,10 +363,10 @@ Example:
|
||||
|
||||
Input.Singleton.JoyConnectionChanged += Input_JoyConnectionChanged;
|
||||
|
||||
If you are developing main screen plugins using C#, it is essential to note the
|
||||
distinctions between ``GDScript`` and ``C#`` during setup. Unlike in ``GDScript``,
|
||||
this portion is not a static class in ``C#``. Consequently, you must employ the singleton
|
||||
pattern to obtain an instance of the ``EditorInterface``:
|
||||
If you are developing main screen plugins, it is essential to note that
|
||||
``EditorInterface`` is not a static class in C#, unlike in GDScript.
|
||||
Therefore, you must use the singleton pattern to obtain an instance of the
|
||||
``EditorInterface``:
|
||||
|
||||
==================== ==============================================================
|
||||
GDScript C#
|
||||
|
||||
Reference in New Issue
Block a user