1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-30 16:26:50 +00:00
Files
godot/modules/mono/glue/Managed
Aaron Franke 7dbbb5eac7 [Mono] Deprecate Set methods
These silently fail, so they should be removed. I accidentally added most of these last year, trying to make everything else consistent with Quat, sorry!

Also, a few tiny nitpicking changes are included, like whitespace and misspellings.
2019-07-28 17:49:22 -04:00
..
2019-07-28 17:49:22 -04:00
2018-11-20 11:15:02 +01:00
2019-02-23 18:22:30 +01:00

The directory Files contains C# files from the core assembly project that are not part of the generated API. Any file with the .cs extension in this directory will be added to the core assembly project.

A dummy solution and project is provided to get tooling help while editing these files, like code completion and name refactoring.

The directory IgnoredFiles contains C# files that are needed to build the dummy project but must not be added to the core assembly project. They contain placeholders for the declarations that are part of the generated API.