Browse Source

C#: Remove Plane section from C# differences page

Raul Santos 2 years ago
parent
commit
171cfc9a85
1 changed files with 0 additions and 11 deletions
  1. 0 11
      tutorials/scripting/c_sharp/c_sharp_differences.rst

+ 0 - 11
tutorials/scripting/c_sharp/c_sharp_differences.rst

@@ -406,17 +406,6 @@ GDScript              C#
 ``get_scale()``       ``Scale``
 ====================  ==============================================================
 
-Plane
------
-
-The following method was converted to a property with a *slightly* different name:
-
-================  ==================================================================
-GDScript          C#
-================  ==================================================================
-``center()``      ``Center``
-================  ==================================================================
-
 Rect2
 -----