소스 검색

Merge pull request #6680 from raulsntos/dotnet/plane-docs

C#: Remove Plane section from C# differences page
Yuri Sizov 2 년 전
부모
커밋
e2df72255a
1개의 변경된 파일0개의 추가작업 그리고 11개의 파일을 삭제
  1. 0 11
      tutorials/scripting/c_sharp/c_sharp_differences.rst

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

@@ -419,17 +419,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
 -----