mirror of https://github.com/godotengine/godot
- Deprecated `Length` in favor of the `string.Length` property. - Deprecated `Insert` in favor of the existing instance method with the same signature. - Deprecated `Erase` in favor of `StringBuilder.Remove`. - Deprecated `ToLower` and `ToUpper` in favor of the instance methods with the same signature. - Deprecated `BeginsWith` in favor of `string.StartsWith`. - Deprecated `EndsWith` in favor of the instance method with the same signature. - Deprecated `Empty` in favor of `string.IsNullOrEmpty`. - Deprecated `OrdAt` in favor of the `string[int]` indexer. - Deprecated `LStrip` and `RStrip` in favor of `string.TrimStart` and `string.TrimEnd`. |
||
|---|---|---|
| .. | ||
| build_scripts | ||
| doc_classes | ||
| editor | ||
| glue | ||
| icons | ||
| mono_gd | ||
| utils | ||
| .editorconfig | ||
| .gitignore | ||
| SCsub | ||
| __init__.py | ||
| class_db_api_json.cpp | ||
| class_db_api_json.h | ||
| config.py | ||
| csharp_script.cpp | ||
| csharp_script.h | ||
| godotsharp_defs.h | ||
| godotsharp_dirs.cpp | ||
| godotsharp_dirs.h | ||
| mono_gc_handle.cpp | ||
| mono_gc_handle.h | ||
| register_types.cpp | ||
| register_types.h | ||
| signal_awaiter_utils.cpp | ||
| signal_awaiter_utils.h | ||