mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Merge pull request #6678 from raulsntos/dotnet/quaternion-docs
C#: Remove outdated Quaternion documentation
This commit is contained in:
@@ -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
|
||||
-----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user