Object Class Reference page uses incorrect C# example #8220
Labels
area:class reference
Issues and PRs about the class reference, which should be addressed on the Godot engine repository
bug
content:proofreading
Issues and PRs related to proofreading the documentation
topic:dotnet
Your Godot version:
4.2dev6
Issue description:
The page includes this line:
As of 4.2dev6, the C# implementation of Godot's
Object
class is calledGodotObject
, notObject
. In C#,Object
is a class in theSystem
namespace.The example code should be replaced with something like
new GodotObject()
.This is likely not the only place where a mistake like this exists, I have not done a thorough search.
URL to the documentation page:
https://docs.godotengine.org/en/latest/classes/class_object.html#class-object
The text was updated successfully, but these errors were encountered: