فهرست منبع

Merge pull request #11164 from AtelierFerrofell/master

Update c_sharp_exports.rst to remove note about typed dictionary support
Max Hilbrunner 1 ماه پیش
والد
کامیت
57bdb6851c
1فایلهای تغییر یافته به همراه0 افزوده شده و 6 حذف شده
  1. 0 6
      tutorials/scripting/c_sharp/c_sharp_exports.rst

+ 0 - 6
tutorials/scripting/c_sharp/c_sharp_exports.rst

@@ -580,12 +580,6 @@ Exporting Godot dictionaries
 Using the generic ``Godot.Collections.Dictionary<TKey, TValue>`` allows specifying
 the types of the key and value elements of the dictionary.
 
-.. note::
-
-    Typed dictionaries are currently unsupported in the Godot editor, so
-    the Inspector will not restrict the types that can be assigned, potentially
-    resulting in runtime exceptions.
-
 .. code-block:: csharp
 
     [Export]