mirror of
https://github.com/godotengine/godot.git
synced 2024-12-04 01:52:56 +00:00
092346d82b
Also make the docs more consistent, add Axis enum to Vector2, add > and >=. and C# also gets % and an override for vector-vector mod. |
||
---|---|---|
.. | ||
Files | ||
IgnoredFiles | ||
Properties | ||
.gitignore | ||
Managed.csproj | ||
Managed.sln | ||
README.md |
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.