How to view C# implementations of Godot classes?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By LuminousNutria

I have some code that’s supposed to generate a 2D array in C#. It never seems to finish, and I suspect there’s an endless loop somewhere in it. I think this may be caused by my ignorance of the Vector2 class as it exists in C#. I have looked over my code thoroughly without finding anything.

In any case, I would like to be able to see the C# implementation of Godot’s classes regardless. How can I do that?

:bust_in_silhouette: Reply From: jgodfrey

Perhaps these docs are helpful?

http://godotsharp.net/api/3.2.0/

Or, maybe you could poke around in the source - probably somewhere near: