Explorar o código

Merge pull request #6678 from raulsntos/dotnet/quaternion-docs

C#: Remove outdated Quaternion documentation
Yuri Sizov %!s(int64=2) %!d(string=hai) anos
pai
achega
da6dad7b18
Modificáronse 1 ficheiros con 0 adicións e 9 borrados
  1. 0 9
      tutorials/scripting/c_sharp/c_sharp_differences.rst

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

@@ -445,15 +445,6 @@ Structs cannot have parameterless constructors in C#. Therefore, ``new Quaternio
 initializes all primitive members to their default value.
 Please use ``Quaternion.Identity`` for the equivalent of ``Quaternion()`` in GDScript and C++.
 
-The following methods were converted to a property with a different name:
-
-=====================  =============================================================
-GDScript               C#
-=====================  =============================================================
-``length()``           ``Length``
-``length_squared()``   ``LengthSquared``
-=====================  =============================================================
-
 Color
 -----