Merge pull request #11188 from Ivorforce/migrate-contributing-docs
Migrate contributing contents to a separate documentation site.
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -14,6 +14,6 @@ assignees: ''
|
||||
|
||||
If you know how to fix the issue you are reporting please
|
||||
consider opening a pull request. We provide a tutorial on
|
||||
using git here: https://docs.godotengine.org/en/stable/community/contributing/pr_workflow.html,
|
||||
writing documentation at https://docs.godotengine.org/en/stable/community/contributing/docs_writing_guidelines.html
|
||||
and contributing to the class reference here: https://docs.godotengine.org/en/stable/community/contributing/updating_the_class_reference.html
|
||||
using git here: https://contributing.godotengine.org/en/latest/organization/pull_requests/creating_pull_requests.html,
|
||||
writing documentation at https://contributing.godotengine.org/en/latest/documentation/guidelines/index.html
|
||||
and contributing to the class reference here: https://contributing.godotengine.org/en/latest/documentation/class_reference.html
|
||||
|
||||
@@ -6,7 +6,7 @@ repos:
|
||||
rev: v2.3.0
|
||||
hooks:
|
||||
- id: codespell
|
||||
files: ^(about|community|contributing|getting_started|tutorials)/.*\.rst$
|
||||
files: ^(about|community|engine_details|getting_started|tutorials)/.*\.rst$
|
||||
additional_dependencies: [tomli]
|
||||
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
|
||||
@@ -42,7 +42,7 @@ Here are some quick links to the areas you might be interested in:
|
||||
3. [Content guidelines](https://docs.godotengine.org/en/latest/contributing/documentation/content_guidelines.html)
|
||||
4. [Writing guidelines](https://docs.godotengine.org/en/latest/contributing/documentation/docs_writing_guidelines.html)
|
||||
5. [Building the manual](https://docs.godotengine.org/en/latest/contributing/documentation/building_the_manual.html)
|
||||
6. [Translating the documentation](https://docs.godotengine.org/en/latest/contributing/documentation/editor_and_docs_localization.html)
|
||||
6. [Translating the documentation](https://contributing.godotengine.org/en/latest/documentation/translation/index.html)
|
||||
|
||||
## License
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ Lesbarkeit, Klarheit und Benutzbarkeit besonders im Vordergrund stehen.
|
||||
|
||||
Für die Übersetzung selbst ist das Tool
|
||||
[Weblate](https://hosted.weblate.org/projects/godot-engine/) im Einsatz, das in der
|
||||
[offiziellen Dokumentation](https://docs.godotengine.org/de/4.x/contributing/documentation/editor_and_docs_localization.html) näher
|
||||
[offiziellen Dokumentation](https://contributing.godotengine.org/en/latest/documentation/translation/index.html) näher
|
||||
erläutert wird. Die Bedienung von Weblate ist nicht Bestandteil dieses
|
||||
Dokuments.
|
||||
|
||||
@@ -357,8 +357,8 @@ mit übersetzt werden sollten.
|
||||
|
||||
Für Übersetzungen des Editors und der Properties ist es ratsam, diese
|
||||
auch selbst zu testen, indem
|
||||
man [die aktuelle Übersetzung herunterlädt](https://docs.godotengine.org/de/4.x/contributing/documentation/editor_and_docs_localization.html#offline-translation-and-testing)
|
||||
und Godot mit den Änderungen [selbst kompiliert](https://docs.godotengine.org/de/4.x/contributing/development/compiling/compiling_for_windows.html).
|
||||
man [die aktuelle Übersetzung herunterlädt](https://contributing.godotengine.org/en/latest/documentation/translation/index.html#offline-translation-and-testing)
|
||||
und Godot mit den Änderungen [selbst kompiliert](https://docs.godotengine.org/de/4.x/engine_details/development/compiling/compiling_for_windows.html).
|
||||
|
||||
Gerade bei der Anleitung kommt es oft auf den Kontext zwischen benachbarten
|
||||
Textblöcken an, sodass das Lesen eines ganzen Artikels Fehler sichtbar
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<a class="godot-edit-guidelines" href="https://docs.godotengine.org/en/latest/contributing/documentation/index.html#writing-documentation">
|
||||
<a class="godot-edit-guidelines" href="https://contributing.godotengine.org/en/latest/organization/how_to_contribute.html">
|
||||
Learn how to contribute!
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@@ -2,22 +2,6 @@ source,destination
|
||||
/about/index.html,/index.html
|
||||
/about/troubleshooting.html,/tutorials/troubleshooting.html
|
||||
/classes/_classes.html,/classes/
|
||||
/community/contributing/best_practices_for_engine_contributors.html,/contributing/development/best_practices_for_engine_contributors.html
|
||||
/community/contributing/bisecting_regressions.html,/contributing/workflow/bisecting_regressions.html
|
||||
/community/contributing/bug_triage_guidelines.html,/contributing/workflow/bug_triage_guidelines.html
|
||||
/community/contributing/building_the_manual.html,/contributing/documentation/building_the_manual.html
|
||||
/community/contributing/class_reference_writing_guidelines.html,/contributing/documentation/class_reference_primer.html
|
||||
/community/contributing/code_style_guidelines.html,/contributing/development/code_style_guidelines.html
|
||||
/community/contributing/content_guidelines.html,/contributing/documentation/content_guidelines.html
|
||||
/community/contributing/contributing_to_the_documentation.html,/contributing/documentation/contributing_to_the_documentation.html
|
||||
/community/contributing/cpp_usage_guidelines.html,/contributing/development/cpp_usage_guidelines.html
|
||||
/community/contributing/docs_writing_guidelines.html,/contributing/documentation/docs_writing_guidelines.html
|
||||
/community/contributing/editor_and_docs_localization.html,/contributing/documentation/editor_and_docs_localization.html
|
||||
/community/contributing/index.html,/contributing/ways_to_contribute.html
|
||||
/community/contributing/pr_workflow.html,/contributing/workflow/pr_workflow.html
|
||||
/community/contributing/testing_pull_requests.html,/contributing/workflow/testing_pull_requests.html
|
||||
/community/contributing/updating_the_class_reference.html,/contributing/documentation/updating_the_class_reference.html
|
||||
/community/contributing/ways_to_contribute.html,/contributing/ways_to_contribute.html
|
||||
/community/tutorials/3d/mesh_generation_with_heightmap_and_shaders.html,/tutorials/3d/mesh_generation_with_heightmap_and_shaders.html
|
||||
/community/tutorials/gdnative/gdnative-c-example.html,/tutorials/plugins/gdnative/gdnative-c-example.html
|
||||
/community/tutorials/gdnative/index.html,/tutorials/plugins/gdnative/index.html
|
||||
@@ -25,61 +9,56 @@ source,destination
|
||||
/community/tutorials/vr/vr_primer.html,/tutorials/vr/vr_primer.html
|
||||
/content/3d/making_trees.html,/tutorials/content/making_trees.html
|
||||
/contributing/_contributing.html,/community/contributing/
|
||||
/contributing/bug_triage_guidelines.html,/community/contributing/bug_triage_guidelines.html
|
||||
/contributing/development/compiling/compiling_with_mono.html,/contributing/development/compiling/compiling_with_dotnet.html
|
||||
/contributing/development/core_and_modules/introduction_to_godot_development.html,/contributing/development/core_and_modules/index.html
|
||||
/contributing/doc_and_l10n_guidelines.html,/community/contributing/doc_and_l10n_guidelines.html
|
||||
/contributing/updating_the_class_reference.html,/community/contributing/updating_the_class_reference.html
|
||||
/contributing/ways_to_contribute.html,/contributing/how_to_contribute.html
|
||||
/development/compiling/compiling_for_android.html,/contributing/development/compiling/compiling_for_android.html
|
||||
/development/compiling/compiling_for_ios.html,/contributing/development/compiling/compiling_for_ios.html
|
||||
/development/compiling/compiling_for_linuxbsd.html,/contributing/development/compiling/compiling_for_linuxbsd.html
|
||||
/development/compiling/compiling_for_macos.html,/contributing/development/compiling/compiling_for_macos.html
|
||||
/development/compiling/compiling_for_uwp.html,/contributing/development/compiling/compiling_for_uwp.html
|
||||
/development/compiling/compiling_for_web.html,/contributing/development/compiling/compiling_for_web.html
|
||||
/development/compiling/compiling_for_windows.html,/contributing/development/compiling/compiling_for_windows.html
|
||||
/development/compiling/compiling_for_x11.html,/contributing/development/compiling/compiling_for_linuxbsd.html
|
||||
/development/compiling/compiling_with_mono.html,/contributing/development/compiling/compiling_with_mono.html
|
||||
/development/compiling/compiling_with_script_encryption_key.html,/contributing/development/compiling/compiling_with_script_encryption_key.html
|
||||
/development/compiling/cross-compiling_for_ios_on_linux.html,/contributing/development/compiling/cross-compiling_for_ios_on_linux.html
|
||||
/development/compiling/getting_source.html,/contributing/development/compiling/getting_source.html
|
||||
/development/compiling/index.html,/contributing/development/compiling/index.html
|
||||
/development/compiling/introduction_to_the_buildsystem.html,/contributing/development/compiling/introduction_to_the_buildsystem.html
|
||||
/development/compiling/optimizing_for_size.html,/contributing/development/compiling/optimizing_for_size.html
|
||||
/contributing/development/compiling/compiling_with_mono.html,/engine_details/development/compiling/compiling_with_dotnet.html
|
||||
/contributing/development/core_and_modules/introduction_to_godot_development.html,/engine_details/development/core_and_modules/index.html
|
||||
/development/compiling/compiling_for_android.html,/engine_details/development/compiling/compiling_for_android.html
|
||||
/development/compiling/compiling_for_ios.html,/engine_details/development/compiling/compiling_for_ios.html
|
||||
/development/compiling/compiling_for_linuxbsd.html,/engine_details/development/compiling/compiling_for_linuxbsd.html
|
||||
/development/compiling/compiling_for_macos.html,/engine_details/development/compiling/compiling_for_macos.html
|
||||
/development/compiling/compiling_for_uwp.html,/engine_details/development/compiling/compiling_for_uwp.html
|
||||
/development/compiling/compiling_for_web.html,/engine_details/development/compiling/compiling_for_web.html
|
||||
/development/compiling/compiling_for_windows.html,/engine_details/development/compiling/compiling_for_windows.html
|
||||
/development/compiling/compiling_for_x11.html,/engine_details/development/compiling/compiling_for_linuxbsd.html
|
||||
/development/compiling/compiling_with_mono.html,/engine_details/development/compiling/compiling_with_mono.html
|
||||
/development/compiling/compiling_with_script_encryption_key.html,/engine_details/development/compiling/compiling_with_script_encryption_key.html
|
||||
/development/compiling/cross-compiling_for_ios_on_linux.html,/engine_details/development/compiling/cross-compiling_for_ios_on_linux.html
|
||||
/development/compiling/getting_source.html,/engine_details/development/compiling/getting_source.html
|
||||
/development/compiling/index.html,/engine_details/development/compiling/index.html
|
||||
/development/compiling/introduction_to_the_buildsystem.html,/engine_details/development/compiling/introduction_to_the_buildsystem.html
|
||||
/development/compiling/optimizing_for_size.html,/engine_details/development/compiling/optimizing_for_size.html
|
||||
/development/consoles/consoles.html,/tutorials/platform/consoles.html
|
||||
/development/cpp/binding_to_external_libraries.html,/contributing/development/core_and_modules/binding_to_external_libraries.html
|
||||
/development/cpp/common_engine_methods_and_macros.html,/contributing/development/core_and_modules/common_engine_methods_and_macros.html
|
||||
/development/cpp/configuring_an_ide/android_studio.html,/contributing/development/configuring_an_ide/android_studio.html
|
||||
/development/cpp/configuring_an_ide/clion.html,/contributing/development/configuring_an_ide/clion.html
|
||||
/development/cpp/configuring_an_ide/code_blocks.html,/contributing/development/configuring_an_ide/code_blocks.html
|
||||
/development/cpp/configuring_an_ide/index.html,/contributing/development/configuring_an_ide/index.html
|
||||
/development/cpp/configuring_an_ide/kdevelop.html,/contributing/development/configuring_an_ide/kdevelop.html
|
||||
/development/cpp/configuring_an_ide/qt_creator.html,/contributing/development/configuring_an_ide/qt_creator.html
|
||||
/development/cpp/configuring_an_ide/visual_studio.html,/contributing/development/configuring_an_ide/visual_studio.html
|
||||
/development/cpp/configuring_an_ide/visual_studio_code.html,/contributing/development/configuring_an_ide/visual_studio_code.html
|
||||
/development/cpp/configuring_an_ide/xcode.html,/contributing/development/configuring_an_ide/xcode.html
|
||||
/development/cpp/core_types.html,/contributing/development/core_and_modules/core_types.html
|
||||
/development/cpp/custom_audiostreams.html,/contributing/development/core_and_modules/custom_audiostreams.html
|
||||
/development/cpp/custom_godot_servers.html,/contributing/development/core_and_modules/custom_godot_servers.html
|
||||
/development/cpp/custom_modules_in_cpp.html,/contributing/development/core_and_modules/custom_modules_in_cpp.html
|
||||
/development/cpp/binding_to_external_libraries.html,/engine_details/development/core_and_modules/binding_to_external_libraries.html
|
||||
/development/cpp/common_engine_methods_and_macros.html,/engine_details/development/core_and_modules/common_engine_methods_and_macros.html
|
||||
/development/cpp/configuring_an_ide/android_studio.html,/engine_details/development/configuring_an_ide/android_studio.html
|
||||
/development/cpp/configuring_an_ide/clion.html,/engine_details/development/configuring_an_ide/clion.html
|
||||
/development/cpp/configuring_an_ide/code_blocks.html,/engine_details/development/configuring_an_ide/code_blocks.html
|
||||
/development/cpp/configuring_an_ide/index.html,/engine_details/development/configuring_an_ide/index.html
|
||||
/development/cpp/configuring_an_ide/kdevelop.html,/engine_details/development/configuring_an_ide/kdevelop.html
|
||||
/development/cpp/configuring_an_ide/qt_creator.html,/engine_details/development/configuring_an_ide/qt_creator.html
|
||||
/development/cpp/configuring_an_ide/visual_studio.html,/engine_details/development/configuring_an_ide/visual_studio.html
|
||||
/development/cpp/configuring_an_ide/visual_studio_code.html,/engine_details/development/configuring_an_ide/visual_studio_code.html
|
||||
/development/cpp/configuring_an_ide/xcode.html,/engine_details/development/configuring_an_ide/xcode.html
|
||||
/development/cpp/core_types.html,/engine_details/development/core_and_modules/core_types.html
|
||||
/development/cpp/custom_audiostreams.html,/engine_details/development/core_and_modules/custom_audiostreams.html
|
||||
/development/cpp/custom_godot_servers.html,/engine_details/development/core_and_modules/custom_godot_servers.html
|
||||
/development/cpp/custom_modules_in_cpp.html,/engine_details/development/core_and_modules/custom_modules_in_cpp.html
|
||||
/development/cpp/custom_resource_format_loaders.html,/contributing/development/core_and_modules/custom_resource_format_loaders.html
|
||||
/development/cpp/index.html,/contributing/development/core_and_modules/index.html
|
||||
/development/cpp/inheritance_class_tree.html,/contributing/development/core_and_modules/inheritance_class_tree.html
|
||||
/development/cpp/introduction_to_godot_development.html,/contributing/development/core_and_modules/introduction_to_godot_development.html
|
||||
/development/cpp/macos_debug.html,/contributing/development/debugging/macos_debug.html
|
||||
/development/cpp/object_class.html,/contributing/development/core_and_modules/object_class.html
|
||||
/development/cpp/unit_testing.html,/contributing/development/core_and_modules/unit_testing.html
|
||||
/development/cpp/using_cpp_profilers.html,/contributing/development/debugging/using_cpp_profilers.html
|
||||
/development/cpp/variant_class.html,/contributing/development/core_and_modules/variant_class.html
|
||||
/development/cpp/vulkan/index.html,/contributing/development/debugging/vulkan/index.html
|
||||
/development/cpp/vulkan/vulkan_validation_layers.html,/contributing/development/debugging/vulkan/vulkan_validation_layers.html
|
||||
/development/editor/creating_icons.html,/contributing/development/editor/creating_icons.html
|
||||
/development/editor/editor_style_guide.html,/contributing/development/editor/editor_style_guide.html
|
||||
/development/editor/index.html,/contributing/development/editor/index.html
|
||||
/development/editor/introduction_to_editor_development.html,/contributing/development/editor/introduction_to_editor_development.html
|
||||
/development/file_formats/gdscript_grammar.html,/contributing/development/file_formats/gdscript_grammar.html
|
||||
/development/file_formats/index.html,/contributing/development/file_formats/index.html
|
||||
/development/file_formats/tscn.html,/contributing/development/file_formats/tscn.html
|
||||
/development/cpp/index.html,/engine_details/development/core_and_modules/index.html
|
||||
/development/cpp/inheritance_class_tree.html,/engine_details/development/core_and_modules/inheritance_class_tree.html
|
||||
/development/cpp/introduction_to_godot_development.html,/engine_details/development/core_and_modules/introduction_to_godot_development.html
|
||||
/development/cpp/macos_debug.html,/engine_details/development/debugging/macos_debug.html
|
||||
/development/cpp/object_class.html,/engine_details/development/core_and_modules/object_class.html
|
||||
/development/cpp/unit_testing.html,/engine_details/development/core_and_modules/unit_testing.html
|
||||
/development/cpp/using_cpp_profilers.html,/engine_details/development/debugging/using_cpp_profilers.html
|
||||
/development/cpp/variant_class.html,/engine_details/development/core_and_modules/variant_class.html
|
||||
/development/cpp/vulkan/index.html,/engine_details/development/debugging/vulkan/index.html
|
||||
/development/cpp/vulkan/vulkan_validation_layers.html,/engine_details/development/debugging/vulkan/vulkan_validation_layers.html
|
||||
/development/editor/creating_icons.html,/engine_details/editor/creating_icons.html
|
||||
/development/editor/index.html,/engine_details/editor/index.html
|
||||
/development/editor/introduction_to_editor_development.html,/engine_details/editor/introduction_to_editor_development.html
|
||||
/development/file_formats/gdscript_grammar.html,/engine_details/development/file_formats/gdscript_grammar.html
|
||||
/development/file_formats/index.html,/engine_details/development/file_formats/index.html
|
||||
/development/file_formats/tscn.html,/engine_details/development/file_formats/tscn.html
|
||||
/development/plugins/import_plugins.html,/tutorials/plugins/editor/import_plugins.html
|
||||
/development/plugins/index.html,/tutorials/plugins/editor/index.html
|
||||
/development/plugins/making_plugins.html,/tutorials/plugins/editor/making_plugins.html
|
||||
|
||||
|
@@ -27,7 +27,7 @@ with the original one.
|
||||
|
||||
This section covers compliance with licenses from a user perspective.
|
||||
If you are interested in licence compliance as a contributor, you can find
|
||||
guidelines :ref:`here <doc_best_practices_for_engine_contributors_license_compliance>`.
|
||||
guidelines `here <https://contributing.godotengine.org/en/latest/engine/guidelines/best_practices.html#don-t-use-complex-canned-solutions-for-simple-problems>`__.
|
||||
|
||||
.. tip::
|
||||
|
||||
|
||||
@@ -78,7 +78,6 @@ Contributing
|
||||
~~~~~~~~~~~~
|
||||
|
||||
- :ref:`doc_handling_compatibility_breakages`
|
||||
- :ref:`doc_ways_to_contribute`
|
||||
|
||||
GDExtension
|
||||
~~~~~~~~~~~
|
||||
@@ -215,11 +214,6 @@ Shaders
|
||||
|
||||
- :ref:`doc_compute_shaders`
|
||||
|
||||
Workflow
|
||||
~~~~~~~~
|
||||
|
||||
- :ref:`doc_pr_review_guidelines`
|
||||
|
||||
XR
|
||||
~~
|
||||
|
||||
@@ -253,11 +247,6 @@ Editor
|
||||
New pages since version 3.3
|
||||
---------------------------
|
||||
|
||||
C++
|
||||
~~~
|
||||
|
||||
- :ref:`doc_cpp_usage_guidelines`
|
||||
|
||||
GDScript
|
||||
~~~~~~~~
|
||||
|
||||
@@ -283,19 +272,10 @@ Best practices
|
||||
|
||||
- :ref:`doc_version_control_systems`
|
||||
|
||||
Community
|
||||
~~~~~~~~~
|
||||
|
||||
- :ref:`doc_best_practices_for_engine_contributors`
|
||||
- :ref:`doc_bisecting_regressions`
|
||||
- :ref:`doc_editor_and_docs_localization`
|
||||
|
||||
Development
|
||||
~~~~~~~~~~~
|
||||
|
||||
- :ref:`doc_introduction_to_editor_development`
|
||||
- :ref:`doc_editor_style_guide`
|
||||
- :ref:`doc_common_engine_methods_and_macros`
|
||||
- :ref:`doc_common_engine_methods_and_macros_error_macros`
|
||||
- :ref:`doc_vulkan_validation_layers`
|
||||
- :ref:`doc_gdscript_grammar`
|
||||
- Configuring an IDE: :ref:`doc_configuring_an_ide_code_blocks`
|
||||
|
||||
@@ -448,7 +448,7 @@ compile the engine from sources, or how to build the documentation. You also nee
|
||||
get familiar with Git, a version control system that Godot developers use.
|
||||
|
||||
We explain how to work with the engine source, how to edit the documentation, and
|
||||
what other ways to contribute are there in our :ref:`documentation for contributors <doc_ways_to_contribute>`.
|
||||
what other ways to contribute are there in our `documentation for contributors <https://contributing.godotengine.org/en/latest/organization/how_to_contribute.html>`__.
|
||||
|
||||
I have a great idea for Godot. How can I share it?
|
||||
--------------------------------------------------
|
||||
@@ -629,7 +629,7 @@ for the rest of the game.
|
||||
How can I support Godot development or contribute?
|
||||
--------------------------------------------------
|
||||
|
||||
See :ref:`doc_ways_to_contribute`.
|
||||
See `How to contribute <https://contributing.godotengine.org/en/latest/organization/how_to_contribute.html>`__.
|
||||
|
||||
Who is working on Godot? How can I contact you?
|
||||
-----------------------------------------------
|
||||
|
||||
@@ -100,8 +100,8 @@ About this documentation
|
||||
Members of the Godot Engine community continuously write, correct, edit, and
|
||||
improve this documentation. We are always looking for more help. You can also
|
||||
contribute by opening Github issues or translating the documentation into your language.
|
||||
If you are interested in helping, see :ref:`Ways to contribute <doc_ways_to_contribute>`
|
||||
and :ref:`Writing documentation <doc_contributing_writing_documentation>`,
|
||||
If you are interested in helping, see `How to contribute <https://contributing.godotengine.org/en/latest/organization/how_to_contribute.html>`__
|
||||
and `Writing documentation <https://contributing.godotengine.org/en/latest/documentation/manual/index.html>`__,
|
||||
or get in touch with the `Documentation team <https://godotengine.org/teams/#documentation>`_
|
||||
on `Godot Contributors Chat <https://chat.godotengine.org/>`_.
|
||||
|
||||
|
||||
@@ -788,7 +788,7 @@ Miscellaneous
|
||||
|
||||
- Licensed under the permissive MIT license.
|
||||
|
||||
- Open development process with :ref:`contributions welcome <doc_ways_to_contribute>`.
|
||||
- Open development process with `contributions welcome <https://contributing.godotengine.org/en/latest/organization/how_to_contribute.html>`__.
|
||||
|
||||
.. seealso::
|
||||
|
||||
|
||||
@@ -436,7 +436,7 @@ Sets a name for a given surface.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -450,7 +450,7 @@ Sets a name for a given surface.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -464,7 +464,7 @@ Sets a name for a given surface.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
|
||||
@@ -607,7 +607,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -621,7 +621,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -635,7 +635,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -649,7 +649,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -663,7 +663,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -677,7 +677,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -691,7 +691,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -705,7 +705,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -719,7 +719,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -733,7 +733,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -747,7 +747,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -761,7 +761,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
|
||||
@@ -83,7 +83,7 @@ Digital distortion effect which cuts off peaks at the top and bottom of the wave
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -106,7 +106,7 @@ Applies a gain to the limited waves, in decibels. Value can range from 0 to 6.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
@@ -167,7 +167,7 @@ The size of the `Fast Fourier transform <https://en.wikipedia.org/wiki/Fast_Four
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
|
||||
@@ -81,7 +81,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -100,7 +100,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -119,7 +119,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
@@ -88,7 +88,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -107,7 +107,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -126,7 +126,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ AudioStreamPlaybackOggVorbis
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this class. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
|
||||
@@ -16,7 +16,7 @@ AudioStreamPlaybackResampled
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this class. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-reftable-group
|
||||
|
||||
@@ -51,7 +51,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -65,7 +65,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -79,7 +79,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
|
||||
@@ -14,7 +14,7 @@ AudioStreamPlaybackSynchronized
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this class. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
|
||||
@@ -551,7 +551,7 @@ Interpolation method used to resize application icon.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
@@ -104,7 +104,7 @@ enum **ExportFilter**: :ref:`🔗<enum_EditorExportPreset_ExportFilter>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -116,7 +116,7 @@ enum **ExportFilter**: :ref:`🔗<enum_EditorExportPreset_ExportFilter>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -128,7 +128,7 @@ enum **ExportFilter**: :ref:`🔗<enum_EditorExportPreset_ExportFilter>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -140,7 +140,7 @@ enum **ExportFilter**: :ref:`🔗<enum_EditorExportPreset_ExportFilter>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -152,7 +152,7 @@ enum **ExportFilter**: :ref:`🔗<enum_EditorExportPreset_ExportFilter>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -174,7 +174,7 @@ enum **FileExportMode**: :ref:`🔗<enum_EditorExportPreset_FileExportMode>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -186,7 +186,7 @@ enum **FileExportMode**: :ref:`🔗<enum_EditorExportPreset_FileExportMode>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -198,7 +198,7 @@ enum **FileExportMode**: :ref:`🔗<enum_EditorExportPreset_FileExportMode>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -210,7 +210,7 @@ enum **FileExportMode**: :ref:`🔗<enum_EditorExportPreset_FileExportMode>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -232,7 +232,7 @@ enum **ScriptExportMode**: :ref:`🔗<enum_EditorExportPreset_ScriptExportMode>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -244,7 +244,7 @@ enum **ScriptExportMode**: :ref:`🔗<enum_EditorExportPreset_ScriptExportMode>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -256,7 +256,7 @@ enum **ScriptExportMode**: :ref:`🔗<enum_EditorExportPreset_ScriptExportMode>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -98,7 +98,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
@@ -103,7 +103,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ Constants
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this constant. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this constant. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -76,7 +76,7 @@ Constants
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this constant. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this constant. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -88,7 +88,7 @@ Constants
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this constant. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this constant. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -100,7 +100,7 @@ Constants
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this constant. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this constant. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -112,7 +112,7 @@ Constants
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this constant. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this constant. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -124,7 +124,7 @@ Constants
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this constant. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this constant. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -136,7 +136,7 @@ Constants
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this constant. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this constant. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ EditorSceneFormatImporterGLTF
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this class. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
|
||||
@@ -76,7 +76,7 @@ enum **InternalImportCategory**: :ref:`🔗<enum_EditorScenePostImportPlugin_Int
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -88,7 +88,7 @@ enum **InternalImportCategory**: :ref:`🔗<enum_EditorScenePostImportPlugin_Int
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -100,7 +100,7 @@ enum **InternalImportCategory**: :ref:`🔗<enum_EditorScenePostImportPlugin_Int
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -112,7 +112,7 @@ enum **InternalImportCategory**: :ref:`🔗<enum_EditorScenePostImportPlugin_Int
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -124,7 +124,7 @@ enum **InternalImportCategory**: :ref:`🔗<enum_EditorScenePostImportPlugin_Int
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -136,7 +136,7 @@ enum **InternalImportCategory**: :ref:`🔗<enum_EditorScenePostImportPlugin_Int
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -148,7 +148,7 @@ enum **InternalImportCategory**: :ref:`🔗<enum_EditorScenePostImportPlugin_Int
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -160,7 +160,7 @@ enum **InternalImportCategory**: :ref:`🔗<enum_EditorScenePostImportPlugin_Int
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -2457,7 +2457,7 @@ The modulate color to use for "past" frames displayed in the animation editor's
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -2471,7 +2471,7 @@ The modulate color to use for "past" frames displayed in the animation editor's
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -2485,7 +2485,7 @@ The modulate color to use for "past" frames displayed in the animation editor's
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -2499,7 +2499,7 @@ The modulate color to use for "past" frames displayed in the animation editor's
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -3606,7 +3606,7 @@ Tab style of editor docks.
|
||||
|
||||
The language to use for the editor interface.
|
||||
|
||||
Translations are provided by the community. If you spot a mistake, :doc:`contribute to editor translations on Weblate! <../contributing/documentation/editor_and_docs_localization>`
|
||||
Translations are provided by the community. If you spot a mistake, `contribute to editor translations on Weblate! <https://contributing.godotengine.org/en/latest/documentation/translation/index.html>`__
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
@@ -314,7 +314,7 @@ The maximum force the linear motor will apply while trying to reach the velocity
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -326,7 +326,7 @@ The maximum force the linear motor will apply while trying to reach the velocity
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -338,7 +338,7 @@ The maximum force the linear motor will apply while trying to reach the velocity
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -422,7 +422,7 @@ Maximum acceleration for the motor at the axes.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -434,7 +434,7 @@ Maximum acceleration for the motor at the axes.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -446,7 +446,7 @@ Maximum acceleration for the motor at the axes.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -492,7 +492,7 @@ If enabled, rotational motion is possible within the given limits.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -504,7 +504,7 @@ If enabled, rotational motion is possible within the given limits.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -1117,7 +1117,7 @@ Target speed for the motor at the Z axis.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1136,7 +1136,7 @@ Target speed for the motor at the Z axis.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1155,7 +1155,7 @@ Target speed for the motor at the Z axis.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1174,7 +1174,7 @@ Target speed for the motor at the Z axis.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1193,7 +1193,7 @@ Target speed for the motor at the Z axis.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1212,7 +1212,7 @@ Target speed for the motor at the Z axis.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1231,7 +1231,7 @@ Target speed for the motor at the Z axis.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1250,7 +1250,7 @@ Target speed for the motor at the Z axis.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1269,7 +1269,7 @@ Target speed for the motor at the Z axis.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1288,7 +1288,7 @@ Target speed for the motor at the Z axis.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1307,7 +1307,7 @@ Target speed for the motor at the Z axis.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1326,7 +1326,7 @@ Target speed for the motor at the Z axis.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1804,7 +1804,7 @@ The speed that the linear motor will attempt to reach on the Z axis.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1823,7 +1823,7 @@ The speed that the linear motor will attempt to reach on the Z axis.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1842,7 +1842,7 @@ The speed that the linear motor will attempt to reach on the Z axis.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1861,7 +1861,7 @@ The speed that the linear motor will attempt to reach on the Z axis.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1880,7 +1880,7 @@ The speed that the linear motor will attempt to reach on the Z axis.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1899,7 +1899,7 @@ The speed that the linear motor will attempt to reach on the Z axis.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1918,7 +1918,7 @@ The speed that the linear motor will attempt to reach on the Z axis.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1937,7 +1937,7 @@ The speed that the linear motor will attempt to reach on the Z axis.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1956,7 +1956,7 @@ The speed that the linear motor will attempt to reach on the Z axis.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1975,7 +1975,7 @@ The speed that the linear motor will attempt to reach on the Z axis.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1994,7 +1994,7 @@ The speed that the linear motor will attempt to reach on the Z axis.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -2013,7 +2013,7 @@ The speed that the linear motor will attempt to reach on the Z axis.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-section-separator
|
||||
|
||||
@@ -2032,7 +2032,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -2046,7 +2046,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -2060,7 +2060,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -2074,7 +2074,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -2088,7 +2088,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -2102,7 +2102,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -2116,7 +2116,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -2130,7 +2130,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -2144,7 +2144,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -2158,7 +2158,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -2172,7 +2172,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -2186,7 +2186,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
|
||||
@@ -14,7 +14,7 @@ GLTFAnimation
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this class. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-introduction-group
|
||||
|
||||
@@ -73,7 +73,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ GLTFDocumentExtensionConvertImporterMesh
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this class. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-introduction-group
|
||||
|
||||
|
||||
@@ -228,7 +228,7 @@ Create a new GLTFLight instance from the given Godot :ref:`Light3D<class_Light3D
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -242,7 +242,7 @@ Create a new GLTFLight instance from the given Godot :ref:`Light3D<class_Light3D
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ GLTFSkeleton
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this class. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-introduction-group
|
||||
|
||||
@@ -83,7 +83,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
**Note:** The returned array is *copied* and any changes to it will not update the original property value. See :ref:`PackedInt32Array<class_PackedInt32Array>` for more details.
|
||||
|
||||
@@ -104,7 +104,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
**Note:** The returned array is *copied* and any changes to it will not update the original property value. See :ref:`PackedInt32Array<class_PackedInt32Array>` for more details.
|
||||
|
||||
@@ -125,7 +125,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -139,7 +139,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -165,7 +165,7 @@ Returns a :ref:`Dictionary<class_Dictionary>` that maps skeleton bone indices to
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -179,7 +179,7 @@ Returns a :ref:`Dictionary<class_Dictionary>` that maps skeleton bone indices to
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -205,7 +205,7 @@ Sets a :ref:`Dictionary<class_Dictionary>` that maps skeleton bone indices to th
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
|
||||
@@ -14,7 +14,7 @@ GLTFSkin
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this class. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-introduction-group
|
||||
|
||||
@@ -91,7 +91,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -110,7 +110,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
**Note:** The returned array is *copied* and any changes to it will not update the original property value. See :ref:`PackedInt32Array<class_PackedInt32Array>` for more details.
|
||||
|
||||
@@ -131,7 +131,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
**Note:** The returned array is *copied* and any changes to it will not update the original property value. See :ref:`PackedInt32Array<class_PackedInt32Array>` for more details.
|
||||
|
||||
@@ -152,7 +152,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
**Note:** The returned array is *copied* and any changes to it will not update the original property value. See :ref:`PackedInt32Array<class_PackedInt32Array>` for more details.
|
||||
|
||||
@@ -173,7 +173,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
**Note:** The returned array is *copied* and any changes to it will not update the original property value. See :ref:`PackedInt32Array<class_PackedInt32Array>` for more details.
|
||||
|
||||
@@ -194,7 +194,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -213,7 +213,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-section-separator
|
||||
|
||||
@@ -232,7 +232,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -246,7 +246,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -260,7 +260,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -274,7 +274,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -288,7 +288,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -302,7 +302,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
|
||||
@@ -261,7 +261,7 @@ The folder path associated with this glTF data. This is used to find other files
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -297,7 +297,7 @@ The copyright string in the asset header of the glTF file. This is set during im
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -386,7 +386,7 @@ The original raw JSON document corresponding to this GLTFState.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -405,7 +405,7 @@ The original raw JSON document corresponding to this GLTFState.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -460,7 +460,7 @@ The name of the scene. When importing, if not specified, this will be the file n
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-section-separator
|
||||
|
||||
@@ -519,7 +519,7 @@ The ``parent_node_index`` parameter is the index of the parent :ref:`GLTFNode<cl
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -583,7 +583,7 @@ Returns an array of all :ref:`GLTFAnimation<class_GLTFAnimation>`\ s in the glTF
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -609,7 +609,7 @@ Returns an array of all :ref:`GLTFCamera<class_GLTFCamera>`\ s in the glTF file.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -647,7 +647,7 @@ Returns an array of all :ref:`GLTFLight<class_GLTFLight>`\ s in the glTF file. T
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -749,7 +749,7 @@ Retrieves the array of texture samplers that are used by the textures contained
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -787,7 +787,7 @@ Returns an array of unique node names. This is used in both the import process a
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -827,7 +827,7 @@ Sets the :ref:`GLTFAnimation<class_GLTFAnimation>`\ s in the state. When importi
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -853,7 +853,7 @@ Sets the :ref:`GLTFCamera<class_GLTFCamera>`\ s in the state. These are the came
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -891,7 +891,7 @@ Sets the :ref:`GLTFLight<class_GLTFLight>`\ s in the state. These are the lights
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -965,7 +965,7 @@ Sets the array of texture samplers that are used by the textures contained in th
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
@@ -264,7 +264,7 @@ enum **TransformAlign**: :ref:`🔗<enum_GPUParticles3D_TransformAlign>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -276,7 +276,7 @@ enum **TransformAlign**: :ref:`🔗<enum_GPUParticles3D_TransformAlign>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -288,7 +288,7 @@ enum **TransformAlign**: :ref:`🔗<enum_GPUParticles3D_TransformAlign>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -300,7 +300,7 @@ enum **TransformAlign**: :ref:`🔗<enum_GPUParticles3D_TransformAlign>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -504,7 +504,7 @@ The number of draw passes when rendering particles.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -826,7 +826,7 @@ The amount of time the particle's trail should represent (in seconds). Only effe
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
@@ -1664,7 +1664,7 @@ The icon for the zoom reset button.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this theme property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this theme property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
@@ -265,7 +265,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ flags **LoaderFlags**: :ref:`🔗<enum_ImageFormatLoader_LoaderFlags>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ flags **LoaderFlags**: :ref:`🔗<enum_ImageFormatLoader_LoaderFlags>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -70,7 +70,7 @@ flags **LoaderFlags**: :ref:`🔗<enum_ImageFormatLoader_LoaderFlags>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ ImporterMeshInstance3D
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this class. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-reftable-group
|
||||
|
||||
@@ -68,7 +68,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -87,7 +87,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -106,7 +106,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -125,7 +125,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -144,7 +144,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -163,7 +163,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -182,7 +182,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -201,7 +201,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -220,7 +220,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -239,7 +239,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
|
||||
@@ -21,7 +21,7 @@ Description
|
||||
|
||||
The JavaScriptBridge singleton is implemented only in the Web export. It's used to access the browser's JavaScript context. This allows interaction with embedding pages or calling third-party JavaScript APIs.
|
||||
|
||||
\ **Note:** This singleton can be disabled at build-time to improve security. By default, the JavaScriptBridge singleton is enabled. Official export templates also have the JavaScriptBridge singleton enabled. See :doc:`Compiling for the Web <../contributing/development/compiling/compiling_for_web>` in the documentation for more information.
|
||||
\ **Note:** This singleton can be disabled at build-time to improve security. By default, the JavaScriptBridge singleton is enabled. Official export templates also have the JavaScriptBridge singleton enabled. See :doc:`Compiling for the Web <../engine_details/development/compiling/compiling_for_web>` in the documentation for more information.
|
||||
|
||||
.. rst-class:: classref-introduction-group
|
||||
|
||||
|
||||
@@ -201,7 +201,7 @@ To add new supported methods extend the JSONRPC class and call :ref:`process_act
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
@@ -841,7 +841,7 @@ If ``true``, reverses the backface culling of the mesh. This can be useful when
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-section-separator
|
||||
|
||||
|
||||
@@ -192,7 +192,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
**Note:** The returned array is *copied* and any changes to it will not update the original property value. See :ref:`PackedFloat32Array<class_PackedFloat32Array>` for more details.
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ Lastly, every object can also contain metadata (data about data). :ref:`set_meta
|
||||
Tutorials
|
||||
---------
|
||||
|
||||
- :doc:`Object class introduction <../contributing/development/core_and_modules/object_class>`
|
||||
- :doc:`Object class introduction <../engine_details/architecture/object_class>`
|
||||
|
||||
- :doc:`When and how to avoid using nodes for everything <../tutorials/best_practices/node_alternatives>`
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ OggPacketSequencePlayback
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this class. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
|
||||
@@ -152,7 +152,7 @@ The light's radius. Note that the effectively lit area may appear to be smaller
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
|
||||
@@ -90,7 +90,7 @@ This action provides a :ref:`Vector2<class_Vector2>` value and can be bound to e
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ PacketPeerExtension
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this class. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-reftable-group
|
||||
|
||||
@@ -51,7 +51,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -65,7 +65,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -79,7 +79,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -93,7 +93,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
|
||||
@@ -61,7 +61,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -80,7 +80,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
@@ -481,7 +481,7 @@ Use with :ref:`set_particle_flag()<class_ParticleProcessMaterial_method_set_part
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -585,7 +585,7 @@ enum **SubEmitterMode**: :ref:`🔗<enum_ParticleProcessMaterial_SubEmitterMode>
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -597,7 +597,7 @@ enum **SubEmitterMode**: :ref:`🔗<enum_ParticleProcessMaterial_SubEmitterMode>
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -609,7 +609,7 @@ enum **SubEmitterMode**: :ref:`🔗<enum_ParticleProcessMaterial_SubEmitterMode>
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -621,7 +621,7 @@ enum **SubEmitterMode**: :ref:`🔗<enum_ParticleProcessMaterial_SubEmitterMode>
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -633,7 +633,7 @@ enum **SubEmitterMode**: :ref:`🔗<enum_ParticleProcessMaterial_SubEmitterMode>
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -290,7 +290,7 @@ Implement to override the behavior of :ref:`PhysicsDirectBodyState2D.center_of_m
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -304,7 +304,7 @@ Implement to override the behavior of :ref:`PhysicsDirectBodyState2D.center_of_m
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -642,7 +642,7 @@ Implement to override the behavior of :ref:`PhysicsDirectBodyState2D.angular_vel
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -656,7 +656,7 @@ Implement to override the behavior of :ref:`PhysicsDirectBodyState2D.angular_vel
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
@@ -309,7 +309,7 @@ The body's linear velocity in units per second.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
@@ -150,7 +150,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -164,7 +164,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -178,7 +178,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -192,7 +192,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -206,7 +206,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -220,7 +220,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -234,7 +234,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -248,7 +248,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -262,7 +262,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -276,7 +276,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -290,7 +290,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -304,7 +304,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -318,7 +318,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -332,7 +332,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -346,7 +346,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -360,7 +360,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -374,7 +374,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -388,7 +388,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -402,7 +402,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -416,7 +416,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -430,7 +430,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -444,7 +444,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -458,7 +458,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -472,7 +472,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -486,7 +486,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -500,7 +500,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -514,7 +514,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -528,7 +528,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -542,7 +542,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -556,7 +556,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -570,7 +570,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -584,7 +584,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -598,7 +598,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -612,7 +612,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -626,7 +626,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -640,7 +640,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -654,7 +654,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -668,7 +668,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -682,7 +682,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -696,7 +696,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -710,7 +710,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -724,7 +724,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -738,7 +738,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -752,7 +752,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -766,7 +766,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -780,7 +780,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -794,7 +794,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -808,7 +808,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -822,7 +822,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -836,7 +836,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
|
||||
@@ -64,7 +64,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -78,7 +78,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -92,7 +92,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -106,7 +106,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -120,7 +120,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -134,7 +134,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -148,7 +148,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
|
||||
@@ -66,7 +66,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -80,7 +80,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -94,7 +94,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -108,7 +108,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -122,7 +122,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -136,7 +136,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -150,7 +150,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -164,7 +164,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
|
||||
@@ -548,7 +548,7 @@ The speed with which the rotation across the axis perpendicular to the hinge get
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -930,7 +930,7 @@ The maximum force that the linear motor can apply while trying to reach the targ
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -942,7 +942,7 @@ The maximum force that the linear motor can apply while trying to reach the targ
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -954,7 +954,7 @@ The maximum force that the linear motor can apply while trying to reach the targ
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -1038,7 +1038,7 @@ Maximum acceleration for the motor at the axes.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -1050,7 +1050,7 @@ Maximum acceleration for the motor at the axes.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -1062,7 +1062,7 @@ Maximum acceleration for the motor at the axes.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -1108,7 +1108,7 @@ If set, rotational motion is possible.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -1120,7 +1120,7 @@ If set, rotational motion is possible.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -1788,7 +1788,7 @@ enum **BodyAxis**: :ref:`🔗<enum_PhysicsServer3D_BodyAxis>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -1800,7 +1800,7 @@ enum **BodyAxis**: :ref:`🔗<enum_PhysicsServer3D_BodyAxis>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -1812,7 +1812,7 @@ enum **BodyAxis**: :ref:`🔗<enum_PhysicsServer3D_BodyAxis>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -1824,7 +1824,7 @@ enum **BodyAxis**: :ref:`🔗<enum_PhysicsServer3D_BodyAxis>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -1836,7 +1836,7 @@ enum **BodyAxis**: :ref:`🔗<enum_PhysicsServer3D_BodyAxis>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -1848,7 +1848,7 @@ enum **BodyAxis**: :ref:`🔗<enum_PhysicsServer3D_BodyAxis>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2111,7 +2111,7 @@ By counting (or keeping track of) the shapes that enter and exit, it can be dete
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -2161,7 +2161,7 @@ Substitutes a given area shape by another. The old shape is selected by its inde
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -2583,7 +2583,7 @@ Returns a body state.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -2659,7 +2659,7 @@ Restores the default inertia and center of mass based on shapes to cancel any cu
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -2859,7 +2859,7 @@ Substitutes a given body shape by another. The old shape is selected by its inde
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -2939,7 +2939,7 @@ Returns ``true`` if a collision would result from moving along a motion vector f
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -2953,7 +2953,7 @@ Returns ``true`` if a collision would result from moving along a motion vector f
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -2967,7 +2967,7 @@ Returns ``true`` if a collision would result from moving along a motion vector f
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -3005,7 +3005,7 @@ Sets a cone twist joint parameter.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -3019,7 +3019,7 @@ Sets a cone twist joint parameter.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -3033,7 +3033,7 @@ Sets a cone twist joint parameter.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -3119,7 +3119,7 @@ Returns the value of a physics engine state specified by ``process_info``.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -3181,7 +3181,7 @@ Sets a hinge joint parameter.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -3195,7 +3195,7 @@ Sets a hinge joint parameter.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -3257,7 +3257,7 @@ Returns whether the bodies attached to the :ref:`Joint3D<class_Joint3D>` will co
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -3283,7 +3283,7 @@ Make the joint a generic six degrees of freedom (6DOF) joint. Use :ref:`generic_
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -3297,7 +3297,7 @@ Make the joint a generic six degrees of freedom (6DOF) joint. Use :ref:`generic_
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -3311,7 +3311,7 @@ Make the joint a generic six degrees of freedom (6DOF) joint. Use :ref:`generic_
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -3409,7 +3409,7 @@ Sets a pin joint parameter.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -4075,7 +4075,7 @@ Sets the value for a space parameter. A list of available parameters is on the :
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -4089,7 +4089,7 @@ Sets the value for a space parameter. A list of available parameters is on the :
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
|
||||
@@ -14,7 +14,7 @@ PolygonPathFinder
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this class. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-reftable-group
|
||||
|
||||
@@ -59,7 +59,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -73,7 +73,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -87,7 +87,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -101,7 +101,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -115,7 +115,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -169,7 +169,7 @@ Returns ``true`` if ``point`` falls inside the polygon area.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
@@ -90,7 +90,7 @@ enum **CompressionMode**: :ref:`🔗<enum_PortableCompressedTexture2D_Compressio
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -102,7 +102,7 @@ enum **CompressionMode**: :ref:`🔗<enum_PortableCompressedTexture2D_Compressio
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -114,7 +114,7 @@ enum **CompressionMode**: :ref:`🔗<enum_PortableCompressedTexture2D_Compressio
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -126,7 +126,7 @@ enum **CompressionMode**: :ref:`🔗<enum_PortableCompressedTexture2D_Compressio
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -138,7 +138,7 @@ enum **CompressionMode**: :ref:`🔗<enum_PortableCompressedTexture2D_Compressio
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -150,7 +150,7 @@ enum **CompressionMode**: :ref:`🔗<enum_PortableCompressedTexture2D_Compressio
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -162,7 +162,7 @@ enum **CompressionMode**: :ref:`🔗<enum_PortableCompressedTexture2D_Compressio
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -4860,7 +4860,7 @@ On desktop platforms, overrides the game's initial window width. See also :ref:`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -5026,7 +5026,7 @@ The maximum width to use when importing textures as an atlas. The value will be
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -5296,7 +5296,7 @@ Search path for project-specific script templates. Godot will search for script
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -5310,7 +5310,7 @@ Search path for project-specific script templates. Godot will search for script
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -12398,7 +12398,7 @@ The minimum number of instances that must be present in a scene to enable cullin
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -13100,7 +13100,7 @@ Scales the 3D render buffer based on the viewport size uses an image filter spec
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -13126,7 +13126,7 @@ Enable the shader cache, which stores compiled shaders to disk to prevent stutte
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -13140,7 +13140,7 @@ Enable the shader cache, which stores compiled shaders to disk to prevent stutte
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -13154,7 +13154,7 @@ Enable the shader cache, which stores compiled shaders to disk to prevent stutte
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
@@ -2385,7 +2385,7 @@ VRAM-compressed unsigned floating-point data format with normalized value and no
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2397,7 +2397,7 @@ VRAM-compressed unsigned floating-point data format with normalized value and no
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2409,7 +2409,7 @@ VRAM-compressed unsigned floating-point data format with normalized value and no
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2421,7 +2421,7 @@ VRAM-compressed unsigned floating-point data format with normalized value and no
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2433,7 +2433,7 @@ VRAM-compressed unsigned floating-point data format with normalized value and no
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2445,7 +2445,7 @@ VRAM-compressed unsigned floating-point data format with normalized value and no
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2457,7 +2457,7 @@ VRAM-compressed unsigned floating-point data format with normalized value and no
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2469,7 +2469,7 @@ VRAM-compressed unsigned floating-point data format with normalized value and no
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2481,7 +2481,7 @@ VRAM-compressed unsigned floating-point data format with normalized value and no
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2493,7 +2493,7 @@ VRAM-compressed unsigned floating-point data format with normalized value and no
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2505,7 +2505,7 @@ VRAM-compressed unsigned floating-point data format with normalized value and no
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2517,7 +2517,7 @@ VRAM-compressed unsigned floating-point data format with normalized value and no
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2529,7 +2529,7 @@ VRAM-compressed unsigned floating-point data format with normalized value and no
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2541,7 +2541,7 @@ VRAM-compressed unsigned floating-point data format with normalized value and no
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -3185,7 +3185,7 @@ flags **StorageBufferUsage**: :ref:`🔗<enum_RenderingDevice_StorageBufferUsage
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -4074,7 +4074,7 @@ Allows dynamically changing the depth bias.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -4086,7 +4086,7 @@ Allows dynamically changing the depth bias.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -4098,7 +4098,7 @@ Allows dynamically changing the depth bias.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -4110,7 +4110,7 @@ Allows dynamically changing the depth bias.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -4122,7 +4122,7 @@ Allows dynamically changing the depth bias.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -2196,7 +2196,7 @@ Blurs the edges of the shadow. Can be used to hide pixel artifacts in low resolu
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2650,7 +2650,7 @@ enum **ParticlesTransformAlign**: :ref:`🔗<enum_RenderingServer_ParticlesTrans
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2662,7 +2662,7 @@ enum **ParticlesTransformAlign**: :ref:`🔗<enum_RenderingServer_ParticlesTrans
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2674,7 +2674,7 @@ enum **ParticlesTransformAlign**: :ref:`🔗<enum_RenderingServer_ParticlesTrans
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2686,7 +2686,7 @@ enum **ParticlesTransformAlign**: :ref:`🔗<enum_RenderingServer_ParticlesTrans
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2750,7 +2750,7 @@ enum **ParticlesCollisionType**: :ref:`🔗<enum_RenderingServer_ParticlesCollis
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2762,7 +2762,7 @@ enum **ParticlesCollisionType**: :ref:`🔗<enum_RenderingServer_ParticlesCollis
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2774,7 +2774,7 @@ enum **ParticlesCollisionType**: :ref:`🔗<enum_RenderingServer_ParticlesCollis
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2786,7 +2786,7 @@ enum **ParticlesCollisionType**: :ref:`🔗<enum_RenderingServer_ParticlesCollis
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2798,7 +2798,7 @@ enum **ParticlesCollisionType**: :ref:`🔗<enum_RenderingServer_ParticlesCollis
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2810,7 +2810,7 @@ enum **ParticlesCollisionType**: :ref:`🔗<enum_RenderingServer_ParticlesCollis
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2822,7 +2822,7 @@ enum **ParticlesCollisionType**: :ref:`🔗<enum_RenderingServer_ParticlesCollis
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2844,7 +2844,7 @@ enum **ParticlesCollisionHeightfieldResolution**: :ref:`🔗<enum_RenderingServe
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2856,7 +2856,7 @@ enum **ParticlesCollisionHeightfieldResolution**: :ref:`🔗<enum_RenderingServe
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2868,7 +2868,7 @@ enum **ParticlesCollisionHeightfieldResolution**: :ref:`🔗<enum_RenderingServe
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2880,7 +2880,7 @@ enum **ParticlesCollisionHeightfieldResolution**: :ref:`🔗<enum_RenderingServe
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2892,7 +2892,7 @@ enum **ParticlesCollisionHeightfieldResolution**: :ref:`🔗<enum_RenderingServe
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -2904,7 +2904,7 @@ enum **ParticlesCollisionHeightfieldResolution**: :ref:`🔗<enum_RenderingServe
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -4032,7 +4032,7 @@ The callback is called after our transparent rendering pass, but before any buil
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -5342,7 +5342,7 @@ Parent is used for clipping child, but parent is also drawn underneath child as
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -6041,7 +6041,7 @@ The number of custom data arrays available (:ref:`ARRAY_CUSTOM0<class_RenderingS
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this constant. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this constant. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -6053,7 +6053,7 @@ The number of custom data arrays available (:ref:`ARRAY_CUSTOM0<class_RenderingS
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this constant. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this constant. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -6065,7 +6065,7 @@ The number of custom data arrays available (:ref:`ARRAY_CUSTOM0<class_RenderingS
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this constant. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this constant. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -6077,7 +6077,7 @@ The number of custom data arrays available (:ref:`ARRAY_CUSTOM0<class_RenderingS
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this constant. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this constant. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -6089,7 +6089,7 @@ The number of custom data arrays available (:ref:`ARRAY_CUSTOM0<class_RenderingS
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this constant. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this constant. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -7088,7 +7088,7 @@ This is useful when moving an occluder to a new location, to give an instantaneo
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -7472,7 +7472,7 @@ Sets the shape of the occluder polygon.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -8182,7 +8182,7 @@ Sets the variables to be used with the screen-space reflections (SSR) post-proce
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -9316,7 +9316,7 @@ Once finished with your RID, you will want to free the RID using the RenderingSe
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -9330,7 +9330,7 @@ Once finished with your RID, you will want to free the RID using the RenderingSe
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -9344,7 +9344,7 @@ Once finished with your RID, you will want to free the RID using the RenderingSe
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -9358,7 +9358,7 @@ Once finished with your RID, you will want to free the RID using the RenderingSe
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -9384,7 +9384,7 @@ Used to inform the renderer what exposure normalization value was used while bak
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -9398,7 +9398,7 @@ Used to inform the renderer what exposure normalization value was used while bak
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -9412,7 +9412,7 @@ Used to inform the renderer what exposure normalization value was used while bak
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -9426,7 +9426,7 @@ Used to inform the renderer what exposure normalization value was used while bak
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -9552,7 +9552,7 @@ Sets a shader material's shader.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -9566,7 +9566,7 @@ Sets a shader material's shader.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -9610,7 +9610,7 @@ To place in a scene, attach this mesh to an instance using :ref:`instance_set_ba
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -9660,7 +9660,7 @@ Returns a mesh's custom aabb.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -9710,7 +9710,7 @@ Sets a mesh's custom aabb.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -9856,7 +9856,7 @@ Sets a mesh's surface's material.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -9882,7 +9882,7 @@ Updates the index buffer of the mesh surface with the given ``data``. The expect
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -9896,7 +9896,7 @@ Updates the index buffer of the mesh surface with the given ``data``. The expect
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -9910,7 +9910,7 @@ Updates the index buffer of the mesh surface with the given ``data``. The expect
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -10598,7 +10598,7 @@ Sets the amount ratio for particles to be emitted. Equivalent to :ref:`GPUPartic
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -10744,7 +10744,7 @@ Sets the value that informs a :ref:`ParticleProcessMaterial<class_ParticleProces
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -10844,7 +10844,7 @@ Sets the speed scale of the particle system. Equivalent to :ref:`GPUParticles3D.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -10858,7 +10858,7 @@ Sets the speed scale of the particle system. Equivalent to :ref:`GPUParticles3D.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -10884,7 +10884,7 @@ If ``enable`` is ``true``, enables trails for the ``particles`` with the specifi
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -11350,7 +11350,7 @@ Sets the path hint for the specified shader. This should generally match the :re
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -11438,7 +11438,7 @@ Returns the number of bones allocated for this skeleton.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -11762,7 +11762,7 @@ Returns the internal graphics handle for this texture object. For use when commu
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -11840,7 +11840,7 @@ Replaces ``texture``'s texture data by the texture specified by the ``by_texture
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -11854,7 +11854,7 @@ Replaces ``texture``'s texture data by the texture specified by the ``by_texture
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -11868,7 +11868,7 @@ Replaces ``texture``'s texture data by the texture specified by the ``by_texture
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -12601,7 +12601,7 @@ To place in a scene, attach this notifier to an instance using :ref:`instance_se
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -12615,7 +12615,7 @@ To place in a scene, attach this notifier to an instance using :ref:`instance_se
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -12629,7 +12629,7 @@ To place in a scene, attach this notifier to an instance using :ref:`instance_se
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -12659,7 +12659,7 @@ Once finished with your RID, you will want to free the RID using the RenderingSe
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -12673,7 +12673,7 @@ Once finished with your RID, you will want to free the RID using the RenderingSe
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -12687,7 +12687,7 @@ Once finished with your RID, you will want to free the RID using the RenderingSe
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -12701,7 +12701,7 @@ Once finished with your RID, you will want to free the RID using the RenderingSe
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -12715,7 +12715,7 @@ Once finished with your RID, you will want to free the RID using the RenderingSe
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -12729,7 +12729,7 @@ Once finished with your RID, you will want to free the RID using the RenderingSe
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
@@ -129,7 +129,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -143,7 +143,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
@@ -249,7 +249,7 @@ Changing this import option only has an effect if a texture is detected as being
|
||||
|
||||
:ref:`bool<class_bool>` **editor/convert_colors_with_editor_theme** = ``false`` :ref:`🔗<class_ResourceImporterTexture_property_editor/convert_colors_with_editor_theme>`
|
||||
|
||||
If ``true``, converts the imported image's colors to match :ref:`EditorSettings.interface/theme/icon_and_font_color<class_EditorSettings_property_interface/theme/icon_and_font_color>`. This assumes the image uses the exact same colors as :doc:`Godot's own color palette for editor icons <../contributing/development/editor/creating_icons>`, with the source file designed for a dark editor theme. This should be enabled for editor plugin icons and custom class icons, but should be left disabled otherwise.
|
||||
If ``true``, converts the imported image's colors to match :ref:`EditorSettings.interface/theme/icon_and_font_color<class_EditorSettings_property_interface/theme/icon_and_font_color>`. This assumes the image uses the exact same colors as :doc:`Godot's own color palette for editor icons <../engine_details/editor/creating_icons>`, with the source file designed for a dark editor theme. This should be enabled for editor plugin icons and custom class icons, but should be left disabled otherwise.
|
||||
|
||||
\ **Note:** Only available for SVG images.
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ ScriptExtension
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this class. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-reftable-group
|
||||
|
||||
@@ -117,7 +117,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -131,7 +131,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -145,7 +145,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -159,7 +159,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -173,7 +173,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -187,7 +187,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -201,7 +201,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -215,7 +215,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -229,7 +229,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -243,7 +243,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -257,7 +257,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -271,7 +271,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -285,7 +285,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -299,7 +299,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -313,7 +313,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -339,7 +339,7 @@ Return the expected argument count for the given ``method``, or ``null`` if it c
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -353,7 +353,7 @@ Return the expected argument count for the given ``method``, or ``null`` if it c
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -367,7 +367,7 @@ Return the expected argument count for the given ``method``, or ``null`` if it c
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -381,7 +381,7 @@ Return the expected argument count for the given ``method``, or ``null`` if it c
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -395,7 +395,7 @@ Return the expected argument count for the given ``method``, or ``null`` if it c
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -409,7 +409,7 @@ Return the expected argument count for the given ``method``, or ``null`` if it c
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -423,7 +423,7 @@ Return the expected argument count for the given ``method``, or ``null`` if it c
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -437,7 +437,7 @@ Return the expected argument count for the given ``method``, or ``null`` if it c
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -451,7 +451,7 @@ Return the expected argument count for the given ``method``, or ``null`` if it c
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -465,7 +465,7 @@ Return the expected argument count for the given ``method``, or ``null`` if it c
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -479,7 +479,7 @@ Return the expected argument count for the given ``method``, or ``null`` if it c
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -493,7 +493,7 @@ Return the expected argument count for the given ``method``, or ``null`` if it c
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -519,7 +519,7 @@ Returns ``true`` if the script is an abstract script. Abstract scripts cannot be
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -533,7 +533,7 @@ Returns ``true`` if the script is an abstract script. Abstract scripts cannot be
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -547,7 +547,7 @@ Returns ``true`` if the script is an abstract script. Abstract scripts cannot be
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -561,7 +561,7 @@ Returns ``true`` if the script is an abstract script. Abstract scripts cannot be
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -575,7 +575,7 @@ Returns ``true`` if the script is an abstract script. Abstract scripts cannot be
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -589,7 +589,7 @@ Returns ``true`` if the script is an abstract script. Abstract scripts cannot be
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -603,7 +603,7 @@ Returns ``true`` if the script is an abstract script. Abstract scripts cannot be
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -617,7 +617,7 @@ Returns ``true`` if the script is an abstract script. Abstract scripts cannot be
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
|
||||
@@ -16,7 +16,7 @@ ScriptLanguage
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this class. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-section-separator
|
||||
|
||||
@@ -41,7 +41,7 @@ enum **ScriptNameCasing**: :ref:`🔗<enum_ScriptLanguage_ScriptNameCasing>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ enum **ScriptNameCasing**: :ref:`🔗<enum_ScriptLanguage_ScriptNameCasing>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@ enum **ScriptNameCasing**: :ref:`🔗<enum_ScriptLanguage_ScriptNameCasing>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -77,7 +77,7 @@ enum **ScriptNameCasing**: :ref:`🔗<enum_ScriptLanguage_ScriptNameCasing>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -89,7 +89,7 @@ enum **ScriptNameCasing**: :ref:`🔗<enum_ScriptLanguage_ScriptNameCasing>`
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ ScriptLanguageExtension
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this class. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-reftable-group
|
||||
|
||||
@@ -169,7 +169,7 @@ enum **LookupResultType**: :ref:`🔗<enum_ScriptLanguageExtension_LookupResultT
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -181,7 +181,7 @@ enum **LookupResultType**: :ref:`🔗<enum_ScriptLanguageExtension_LookupResultT
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -193,7 +193,7 @@ enum **LookupResultType**: :ref:`🔗<enum_ScriptLanguageExtension_LookupResultT
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -205,7 +205,7 @@ enum **LookupResultType**: :ref:`🔗<enum_ScriptLanguageExtension_LookupResultT
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -217,7 +217,7 @@ enum **LookupResultType**: :ref:`🔗<enum_ScriptLanguageExtension_LookupResultT
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -229,7 +229,7 @@ enum **LookupResultType**: :ref:`🔗<enum_ScriptLanguageExtension_LookupResultT
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -241,7 +241,7 @@ enum **LookupResultType**: :ref:`🔗<enum_ScriptLanguageExtension_LookupResultT
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -263,7 +263,7 @@ enum **LookupResultType**: :ref:`🔗<enum_ScriptLanguageExtension_LookupResultT
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -275,7 +275,7 @@ enum **LookupResultType**: :ref:`🔗<enum_ScriptLanguageExtension_LookupResultT
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -287,7 +287,7 @@ enum **LookupResultType**: :ref:`🔗<enum_ScriptLanguageExtension_LookupResultT
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -299,7 +299,7 @@ enum **LookupResultType**: :ref:`🔗<enum_ScriptLanguageExtension_LookupResultT
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -363,7 +363,7 @@ enum **CodeCompletionKind**: :ref:`🔗<enum_ScriptLanguageExtension_CodeComplet
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -375,7 +375,7 @@ enum **CodeCompletionKind**: :ref:`🔗<enum_ScriptLanguageExtension_CodeComplet
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -387,7 +387,7 @@ enum **CodeCompletionKind**: :ref:`🔗<enum_ScriptLanguageExtension_CodeComplet
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -399,7 +399,7 @@ enum **CodeCompletionKind**: :ref:`🔗<enum_ScriptLanguageExtension_CodeComplet
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -411,7 +411,7 @@ enum **CodeCompletionKind**: :ref:`🔗<enum_ScriptLanguageExtension_CodeComplet
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -423,7 +423,7 @@ enum **CodeCompletionKind**: :ref:`🔗<enum_ScriptLanguageExtension_CodeComplet
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -435,7 +435,7 @@ enum **CodeCompletionKind**: :ref:`🔗<enum_ScriptLanguageExtension_CodeComplet
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -447,7 +447,7 @@ enum **CodeCompletionKind**: :ref:`🔗<enum_ScriptLanguageExtension_CodeComplet
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -459,7 +459,7 @@ enum **CodeCompletionKind**: :ref:`🔗<enum_ScriptLanguageExtension_CodeComplet
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -471,7 +471,7 @@ enum **CodeCompletionKind**: :ref:`🔗<enum_ScriptLanguageExtension_CodeComplet
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -483,7 +483,7 @@ enum **CodeCompletionKind**: :ref:`🔗<enum_ScriptLanguageExtension_CodeComplet
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
|
||||
|
||||
@@ -504,7 +504,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -518,7 +518,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -532,7 +532,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -546,7 +546,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -560,7 +560,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -574,7 +574,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -588,7 +588,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -602,7 +602,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -616,7 +616,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -630,7 +630,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -644,7 +644,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -658,7 +658,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -672,7 +672,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -686,7 +686,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -700,7 +700,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -714,7 +714,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -740,7 +740,7 @@ Returns the source associated with a given debug stack position.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -766,7 +766,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -780,7 +780,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -794,7 +794,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -808,7 +808,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -822,7 +822,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -836,7 +836,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -850,7 +850,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -864,7 +864,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -878,7 +878,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -892,7 +892,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -906,7 +906,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -920,7 +920,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -934,7 +934,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -948,7 +948,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -962,7 +962,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -976,7 +976,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1002,7 +1002,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1016,7 +1016,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1030,7 +1030,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1044,7 +1044,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1058,7 +1058,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1072,7 +1072,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1086,7 +1086,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1100,7 +1100,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1114,7 +1114,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1128,7 +1128,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1142,7 +1142,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1156,7 +1156,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1170,7 +1170,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1184,7 +1184,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1198,7 +1198,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1212,7 +1212,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1226,7 +1226,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1240,7 +1240,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1254,7 +1254,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1268,7 +1268,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1282,7 +1282,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1296,7 +1296,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1310,7 +1310,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1324,7 +1324,7 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
|
||||
@@ -443,7 +443,7 @@ Removes the global pose override on all bones in the skeleton.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ Skin
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this class. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-reftable-group
|
||||
|
||||
@@ -65,7 +65,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -79,7 +79,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -93,7 +93,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -107,7 +107,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -121,7 +121,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -135,7 +135,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -149,7 +149,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -163,7 +163,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -177,7 +177,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -191,7 +191,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -205,7 +205,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
|
||||
@@ -14,7 +14,7 @@ StreamPeerExtension
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this class. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-reftable-group
|
||||
|
||||
@@ -53,7 +53,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -67,7 +67,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -81,7 +81,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -95,7 +95,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -109,7 +109,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
|
||||
@@ -181,7 +181,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -195,7 +195,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -221,7 +221,7 @@ Virtual method to be implemented by the user. Returns a custom minimum size that
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
@@ -2232,7 +2232,7 @@ Returns ``true`` if ``string`` is a valid identifier.
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
@@ -130,7 +130,7 @@ Modifications to a container will modify all references to it. A :ref:`Mutex<cla
|
||||
Tutorials
|
||||
---------
|
||||
|
||||
- :doc:`Variant class introduction <../contributing/development/core_and_modules/variant_class>`
|
||||
- :doc:`Variant class introduction <../engine_details/architecture/variant_class>`
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
|
||||
@@ -146,7 +146,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
@@ -134,7 +134,7 @@ Property Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
|
||||
@@ -219,7 +219,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -247,7 +247,7 @@ Returns the bounds of the baked voxel data as an :ref:`AABB<class_AABB>`, which
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -261,7 +261,7 @@ Returns the bounds of the baked voxel data as an :ref:`AABB<class_AABB>`, which
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -275,7 +275,7 @@ Returns the bounds of the baked voxel data as an :ref:`AABB<class_AABB>`, which
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -289,7 +289,7 @@ Returns the bounds of the baked voxel data as an :ref:`AABB<class_AABB>`, which
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -303,7 +303,7 @@ Returns the bounds of the baked voxel data as an :ref:`AABB<class_AABB>`, which
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
|
||||
@@ -16,7 +16,7 @@ WebRTCDataChannel
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this class. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-reftable-group
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ WebRTCDataChannelExtension
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this class. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-reftable-group
|
||||
|
||||
@@ -79,7 +79,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -93,7 +93,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -107,7 +107,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -121,7 +121,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -135,7 +135,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -149,7 +149,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -163,7 +163,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -177,7 +177,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -191,7 +191,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -205,7 +205,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -219,7 +219,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -233,7 +233,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -247,7 +247,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -261,7 +261,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -275,7 +275,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -289,7 +289,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -303,7 +303,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -317,7 +317,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
|
||||
@@ -14,7 +14,7 @@ WebRTCPeerConnectionExtension
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this class. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-reftable-group
|
||||
|
||||
@@ -65,7 +65,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -79,7 +79,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -93,7 +93,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -107,7 +107,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -121,7 +121,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -135,7 +135,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -149,7 +149,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -163,7 +163,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -177,7 +177,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -191,7 +191,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -205,7 +205,7 @@ Method Descriptions
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
|
||||
@@ -357,7 +357,7 @@ Returns the number of views this interface requires, 1 for mono, 2 for stereosco
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -527,7 +527,7 @@ Blits our render results to screen optionally applying lens distortion. This can
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -541,7 +541,7 @@ Blits our render results to screen optionally applying lens distortion. This can
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -567,7 +567,7 @@ Returns a valid :ref:`RID<class_RID>` for a texture to which we should render th
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
|
||||
@@ -1,242 +0,0 @@
|
||||
.. _doc_best_practices_for_engine_contributors:
|
||||
|
||||
Best practices for engine contributors
|
||||
======================================
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
||||
Godot has a large amount of users who have the ability to contribute because the
|
||||
project itself is aimed mainly at users who can code. That being said, not all
|
||||
of them have the same level of experience working in large projects or in
|
||||
software engineering, which can lead to common misunderstandings and bad
|
||||
practices during the process of contributing code to the project.
|
||||
|
||||
Language
|
||||
--------
|
||||
|
||||
The scope of this document is to be a list of best practices for contributors to
|
||||
follow, as well as to create a language they can use to refer to common
|
||||
situations that arise in the process of submitting their contributions.
|
||||
|
||||
While a generalized list of software development best practices might be useful,
|
||||
we'll focus on the situations that are most common in our project.
|
||||
|
||||
Contributions are most of the time categorized as bug fixes, enhancements or new
|
||||
features. To abstract this idea, we will call them *Solutions*, because they
|
||||
always seek to solve something that can be described as a *Problem*.
|
||||
|
||||
Best Practices
|
||||
--------------
|
||||
|
||||
#1: The problem always comes first
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Many contributors are extremely creative and just enjoy the process of designing
|
||||
abstract data structures, creating nice user interfaces, or simply love
|
||||
programming. Whatever the case may be, they come up with cool ideas, which may
|
||||
or may not solve real problems.
|
||||
|
||||
.. image:: img/best_practices1.png
|
||||
|
||||
These are usually called *solutions in search of a problem*. In an ideal world,
|
||||
they would not be harmful but, in reality, code takes time to write, takes up
|
||||
space and requires maintenance once it exists. Avoiding the addition of anything
|
||||
unnecessary is always considered a good practice in software development.
|
||||
|
||||
#2: To solve the problem, it has to exist in the first place
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
This is a variation of the previous practice. Adding anything unnecessary is not
|
||||
a good idea, but what constitutes what is necessary and what isn't?
|
||||
|
||||
.. image:: img/best_practices2.png
|
||||
|
||||
The answer to this question is that the problem needs to *exist* before it can
|
||||
be actually solved. It must not be speculation or a belief. The user must be
|
||||
using the software as intended to create something they *need*. In this process,
|
||||
the user may stumble upon a problem that requires a solution to proceed, or in
|
||||
order to achieve greater productivity. In this case, *a solution is needed*.
|
||||
|
||||
Believing that problems may arise in the future and that the software needs to
|
||||
be ready to solve them by the time they appear is called *"Future proofing"* and
|
||||
it's characterized by lines of thought such as:
|
||||
|
||||
- I think it would be useful for users to...
|
||||
- I think users will eventually need to...
|
||||
|
||||
This is generally considered a bad habit because trying to solve problems that
|
||||
*don't actually exist* in the present will often lead to code that will be
|
||||
written but never used, or that is considerably more complex to use and maintain
|
||||
than it needs to be.
|
||||
|
||||
#3: The problem has to be complex or frequent
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Software is designed to solve problems, but we can't expect it to solve *every
|
||||
problem that exists under the sun*. As a game engine, Godot will help you make
|
||||
games better and faster, but it won't make an *entire game* for you. A line must
|
||||
be drawn somewhere.
|
||||
|
||||
.. image:: img/best_practices3.png
|
||||
|
||||
Whether a problem is worth solving is determined by the effort that is required
|
||||
to work around it. The required effort depends on:
|
||||
|
||||
- The complexity of the problem
|
||||
- The frequency the problem
|
||||
|
||||
If the problem is *too complex* for most users to solve, then the software
|
||||
should offer a ready-made solution for it. Likewise, if the problem is easy for
|
||||
the user to work around, offering such a solution is unnecessary.
|
||||
|
||||
The exception, however, is when the user encounters a problem *frequently
|
||||
enough* that having to do the simple solution every time becomes an annoyance.
|
||||
In this case, the software should offer a solution to simplify the use case.
|
||||
|
||||
It's usually easy to tell if a problem is complex or frequent, but it can be
|
||||
difficult. This is why discussing with other developers (next point) is always
|
||||
advised.
|
||||
|
||||
#4: The solution must be discussed with others
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Often, users will be immersed in their own projects when they stumble upon
|
||||
problems. These users will naturally try to solve the problem from their
|
||||
perspective, thinking only about their own use case. As a result, user proposed
|
||||
solutions don't always contemplate all use cases and are often biased towards
|
||||
the user's own requirements.
|
||||
|
||||
.. image:: img/best_practices4.png
|
||||
|
||||
For developers, the perspective is different. They may find the user's problem
|
||||
too unique to justify a solution (instead of a workaround), or they might
|
||||
suggest a partial (usually simpler or lower level) solution that applies to a
|
||||
wider range of known problems and leave the rest of the solution up to the
|
||||
user.
|
||||
|
||||
In any case, before attempting to contribute, it is important to discuss the
|
||||
actual problems with the other developers or contributors, so a better agreement
|
||||
on implementation can be reached.
|
||||
|
||||
The only exception is when an area of code has a clear agreed upon owner, who
|
||||
talks to users directly and has the most knowledge to implement a solution
|
||||
directly.
|
||||
|
||||
Also, Godot's philosophy is to favor ease of use and maintenance over absolute
|
||||
performance. Performance optimizations will be considered, but they may not
|
||||
be accepted if they make something too difficult to use or if they add too much
|
||||
complexity to the codebase.
|
||||
|
||||
#5: To each problem, its own solution
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
For programmers, it is always a most enjoyable challenge to find the most
|
||||
optimal solutions to problems. It is possible to go overboard, though.
|
||||
Sometimes, contributors will try to come up with solutions that solve as many
|
||||
problems as possible.
|
||||
|
||||
The situation will often take a turn for the worse when, in order to make this
|
||||
solution appear even more fantastic and flexible, the pure speculation-based
|
||||
problems (as described in #2) also make their appearance on stage.
|
||||
|
||||
.. image:: img/best_practices5.png
|
||||
|
||||
The main problem is that, in reality, it rarely works this way. Most of the
|
||||
time, writing an individual solution to each problem results in code that
|
||||
is simpler and more maintainable.
|
||||
|
||||
Additionally, solutions that target individual problems are better for the
|
||||
users. Targeted solutions allow users find something that does exactly what they
|
||||
need, without having to learn a more complex system they will only need for simple
|
||||
tasks.
|
||||
|
||||
Big and flexible solutions also have an additional drawback which is that, over
|
||||
time, they are rarely flexible enough for all users. Users end up requesting
|
||||
more and more functionality which ends up making the API and codebase
|
||||
more and more complex.
|
||||
|
||||
#6: Cater to common use cases, leave the door open for the rare ones
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
This is a continuation of the previous point, which further explains why this
|
||||
way of thinking and designing software is preferred.
|
||||
|
||||
As mentioned before (in point #2), it is very difficult for us (as human beings
|
||||
who design software) to actually understand all future user needs. Trying to
|
||||
write very flexible structures that cater to many use cases at once is often a
|
||||
mistake.
|
||||
|
||||
We may come up with something we believe is brilliant, but later find out that
|
||||
users will never even use half of it or that they require features that don't
|
||||
quite fit into our original design, forcing us to either throw it away
|
||||
or make it even more complex.
|
||||
|
||||
The question is then, how do we design software that both allows users to do
|
||||
*what we know they need to do* now and allows them to do *what we don't yet know
|
||||
they'll need to do* in the future?
|
||||
|
||||
.. image:: img/best_practices6.png
|
||||
|
||||
The answer to this question is that, to ensure users still can do what they want
|
||||
to do, we need to give them access to a *low-level API* that they can use to
|
||||
achieve what they want, even if it's more work for them because it means
|
||||
reimplementing some logic that already exists.
|
||||
|
||||
In real-life scenarios, these use cases will be at most rare and uncommon
|
||||
anyway, so it makes sense a custom solution needs to be written. This is why
|
||||
it's important to still provide users the basic building blocks to do it.
|
||||
|
||||
#7: Prefer local solutions
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
When looking for a solution to a problem, be it implementing a new feature or
|
||||
fixing a bug, sometimes the easiest path is to add data or a new function in the
|
||||
core layers of code.
|
||||
|
||||
The main problem here is, adding something to the core layers that will only be
|
||||
used from a single location far away will not only make the code more difficult
|
||||
to follow (split in two), but also make the core API larger, more complex, more
|
||||
difficult to understand in general.
|
||||
|
||||
This is bad, because readability and cleanness of core APIs is always of extreme
|
||||
importance given how much code relies on it, and because it's key for new
|
||||
contributors as a starting point to learning the codebase.
|
||||
|
||||
|
||||
.. image:: img/best_practices7.png
|
||||
|
||||
|
||||
A common reason for wanting to do this is that it's usually less code to simply
|
||||
add a hack in the core layers.
|
||||
|
||||
Doing so is not advised. Generally, the code for a solution should be closer to
|
||||
where the problem originates, even if it involves additional, duplicated, more
|
||||
complex, or less efficient code. More creativity might be needed, but this path
|
||||
is always the advised one.
|
||||
|
||||
#8: Don't use complex canned solutions for simple problems
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Not every problem has a simple solution and, many times, the right choice is to
|
||||
use a third-party library to solve the problem.
|
||||
|
||||
As Godot requires to be shipped in a large amount of platforms, we can't
|
||||
link libraries dynamically. Instead, we bundle them in our source tree.
|
||||
|
||||
.. image:: img/best_practices8.png
|
||||
|
||||
As a result, we are very picky with what goes in, and we tend to prefer smaller
|
||||
libraries (single header ones are our favorite). We will only bundle something
|
||||
larger if there is no other choice.
|
||||
|
||||
.. _doc_best_practices_for_engine_contributors_license_compliance:
|
||||
|
||||
Libraries must use a permissive enough license to be included into Godot.
|
||||
Some examples of acceptable licenses are Apache 2.0, BSD, MIT, ISC, and MPL 2.0.
|
||||
In particular, we cannot accept libraries licensed under the GPL or LGPL since
|
||||
these licenses effectively disallow static linking in proprietary software
|
||||
(which Godot is distributed as in most exported projects). This requirement also
|
||||
applies to the editor, since we may want to run it on iOS in the long term.
|
||||
Since iOS doesn't support dynamic linking, static linking is the only option on
|
||||
that platform.
|
||||
@@ -1,393 +0,0 @@
|
||||
.. _doc_code_style_guidelines:
|
||||
|
||||
Code style guidelines
|
||||
=====================
|
||||
|
||||
.. highlight:: shell
|
||||
|
||||
When contributing to Godot's source code, you will be expected to follow the
|
||||
style guidelines outlined below. Some of them are checked via the Continuous
|
||||
Integration process and reviewers will ask you to fix potential issues, so
|
||||
best setup your system as outlined below to ensure all your commits follow the
|
||||
guidelines.
|
||||
|
||||
C++ and Objective-C
|
||||
-------------------
|
||||
|
||||
There are no written guidelines, but the code style agreed upon by the
|
||||
developers is enforced via the `clang-format <https://clang.llvm.org/docs/ClangFormat.html>`__
|
||||
code beautifier, which takes care for you of all our conventions.
|
||||
To name a few:
|
||||
|
||||
- Indentation and alignment are both tab based (respectively one and two tabs)
|
||||
- One space around math and assignments operators as well as after commas
|
||||
- Pointer and reference operators are affixed to the variable identifier, not
|
||||
to the type name
|
||||
- See further down regarding header includes
|
||||
|
||||
The rules used by clang-format are outlined in the
|
||||
`.clang-format <https://github.com/godotengine/godot/blob/master/.clang-format>`__
|
||||
file of the Godot repository.
|
||||
|
||||
As long as you ensure that your style matches the surrounding code and that you're
|
||||
not introducing trailing whitespace or space-based indentation, you should be
|
||||
fine. If you plan to contribute regularly, however, we strongly advise that you
|
||||
set up clang-format locally to check and automatically fix all your commits.
|
||||
|
||||
.. warning:: Godot's code style should *not* be applied to third-party code,
|
||||
i.e. code that is included in Godot's source tree, but was not written
|
||||
specifically for our project. Such code usually comes from
|
||||
different upstream projects with their own style guides (or lack
|
||||
thereof), and don't want to introduce differences that would make
|
||||
syncing with upstream repositories harder.
|
||||
|
||||
Third-party code is usually included in the ``thirdparty/`` folder
|
||||
and can thus easily be excluded from formatting scripts. For the
|
||||
rare cases where a third-party code snippet needs to be included
|
||||
directly within a Godot file, you can use
|
||||
``/* clang-format off */`` and ``/* clang-format on */`` to tell
|
||||
clang-format to ignore a chunk of code.
|
||||
|
||||
.. seealso::
|
||||
|
||||
These guidelines only cover code formatting. See :ref:`doc_cpp_usage_guidelines`
|
||||
for a list of language features that are permitted in pull requests.
|
||||
|
||||
|
||||
Using clang-format locally
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
You need to use **clang-format 17** to be compatible with Godot's format. Later versions might
|
||||
be suitable, but previous versions may not support all used options, or format
|
||||
some things differently, leading to style issues in pull requests.
|
||||
|
||||
.. _doc_code_style_guidelines_pre_commit_hook:
|
||||
|
||||
Pre-commit hook
|
||||
^^^^^^^^^^^^^^^
|
||||
|
||||
For ease of use, we provide hooks for Git with the `pre-commit <https://pre-commit.com/>`__
|
||||
Python framework that will run clang-format automatically on all your commits with the
|
||||
correct version of clang-format.
|
||||
To set up:
|
||||
|
||||
::
|
||||
|
||||
pip install pre-commit
|
||||
pre-commit install
|
||||
|
||||
|
||||
You can also run the hook manually with ``pre-commit run``.
|
||||
|
||||
.. note::
|
||||
|
||||
Previously, we supplied a hook in the folder ``misc/hooks``. If you copied the
|
||||
script manually, these hooks should still work, but symlinks will be broken.
|
||||
If you are using the new system, run ``rm .git/hooks/*`` to remove the old hooks
|
||||
that are no longer needed.
|
||||
|
||||
|
||||
Installation
|
||||
^^^^^^^^^^^^
|
||||
|
||||
Here's how to install clang-format:
|
||||
|
||||
- Linux: It will usually be available out-of-the-box with the clang toolchain
|
||||
packaged by your distribution. If your distro version is not the required one,
|
||||
you can download a pre-compiled version from the
|
||||
`LLVM website <https://releases.llvm.org/download.html>`__, or if you are on
|
||||
a Debian derivative, use the `upstream repos <https://apt.llvm.org/>`__.
|
||||
- macOS and Windows: You can download precompiled binaries from the
|
||||
`LLVM website <https://releases.llvm.org/download.html>`__. You may need to add
|
||||
the path to the binary's folder to your system's ``PATH`` environment
|
||||
variable to be able to call clang-format out of the box.
|
||||
|
||||
You then have different possibilities to apply clang-format to your changes:
|
||||
|
||||
Manual usage
|
||||
^^^^^^^^^^^^
|
||||
|
||||
You can apply clang-format manually for one or more files with the following
|
||||
command:
|
||||
|
||||
::
|
||||
|
||||
clang-format -i <path/to/file(s)>
|
||||
|
||||
- ``-i`` means that the changes should be written directly to the file (by
|
||||
default clang-format would only output the fixed version to the terminal).
|
||||
- The path can point to several files, either one after the other or using
|
||||
wildcards like in a typical Unix shell. Be careful when globbing so that
|
||||
you don't run clang-format on compiled objects (.o and .a files) that are
|
||||
in Godot's tree. So better use ``core/*.{cpp,h}`` than ``core/*``.
|
||||
|
||||
|
||||
IDE plugin
|
||||
^^^^^^^^^^
|
||||
|
||||
Most IDEs or code editors have beautifier plugins that can be configured to run
|
||||
clang-format automatically, for example, each time you save a file.
|
||||
|
||||
Here is a non-exhaustive list of beautifier plugins for some IDEs:
|
||||
|
||||
- Qt Creator: `Beautifier plugin <https://doc.qt.io/qtcreator/creator-beautifier.html>`__
|
||||
- Visual Studio Code: `Clang-Format <https://marketplace.visualstudio.com/items?itemName=xaver.clang-format>`__
|
||||
- Visual Studio: `Clang Power Tools 2022 <https://marketplace.visualstudio.com/items?itemName=caphyon.ClangPowerTools2022>`__
|
||||
- vim: `vim-clang-format <https://github.com/rhysd/vim-clang-format>`__
|
||||
- CLion: Starting from version ``2019.1``, no plugin is required. Instead, enable
|
||||
`ClangFormat <https://www.jetbrains.com/help/clion/clangformat-as-alternative-formatter.html#clion-support>`__
|
||||
|
||||
(Pull requests are welcome to extend this list with tested plugins.)
|
||||
|
||||
.. _doc_code_style_guidelines_header_includes:
|
||||
|
||||
Header includes
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
When adding new C++ or Objective-C files or including new headers in existing
|
||||
ones, the following rules should be followed:
|
||||
|
||||
- The first lines in the file should be Godot's copyright header and MIT
|
||||
license, copy-pasted from another file. Make sure to adjust the filename.
|
||||
- In a ``.h`` header, include guards should be used with the form
|
||||
``FILENAME_H``.
|
||||
|
||||
- In a ``.cpp`` file (e.g. ``filename.cpp``), the first include should be the
|
||||
one where the class is declared (e.g. ``#include "filename.h"``), followed by
|
||||
an empty line for separation.
|
||||
- Then come headers from Godot's own code base, included in alphabetical order
|
||||
(enforced by ``clang-format``) with paths relative to the root folder. Those
|
||||
includes should be done with quotes, e.g. ``#include "core/object.h"``. The
|
||||
block of Godot header includes should then be followed by an empty line for
|
||||
separation.
|
||||
- Finally, third-party headers (either from ``thirdparty`` or from the system's
|
||||
include paths) come next and should be included with the < and > symbols, e.g.
|
||||
``#include <png.h>``. The block of third-party headers should also be followed
|
||||
by an empty line for separation.
|
||||
- Godot and third-party headers should be included in the file that requires
|
||||
them, i.e. in the `.h` header if used in the declarative code or in the `.cpp`
|
||||
if used only in the imperative code.
|
||||
|
||||
Example:
|
||||
|
||||
.. code-block:: cpp
|
||||
:caption: my_new_file.h
|
||||
|
||||
/**************************************************************************/
|
||||
/* my_new_file.h */
|
||||
/**************************************************************************/
|
||||
/* This file is part of: */
|
||||
/* GODOT ENGINE */
|
||||
/* https://godotengine.org */
|
||||
/**************************************************************************/
|
||||
/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */
|
||||
/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */
|
||||
/* */
|
||||
/* Permission is hereby granted, free of charge, to any person obtaining */
|
||||
/* a copy of this software and associated documentation files (the */
|
||||
/* "Software"), to deal in the Software without restriction, including */
|
||||
/* without limitation the rights to use, copy, modify, merge, publish, */
|
||||
/* distribute, sublicense, and/or sell copies of the Software, and to */
|
||||
/* permit persons to whom the Software is furnished to do so, subject to */
|
||||
/* the following conditions: */
|
||||
/* */
|
||||
/* The above copyright notice and this permission notice shall be */
|
||||
/* included in all copies or substantial portions of the Software. */
|
||||
/* */
|
||||
/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */
|
||||
/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */
|
||||
/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */
|
||||
/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */
|
||||
/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */
|
||||
/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/hash_map.h"
|
||||
#include "core/list.h"
|
||||
#include "scene/gui/control.h"
|
||||
|
||||
#include <png.h>
|
||||
|
||||
.. code-block:: cpp
|
||||
:caption: my_new_file.cpp
|
||||
|
||||
/**************************************************************************/
|
||||
/* my_new_file.cpp */
|
||||
/**************************************************************************/
|
||||
/* This file is part of: */
|
||||
/* GODOT ENGINE */
|
||||
/* https://godotengine.org */
|
||||
/**************************************************************************/
|
||||
/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */
|
||||
/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */
|
||||
/* */
|
||||
/* Permission is hereby granted, free of charge, to any person obtaining */
|
||||
/* a copy of this software and associated documentation files (the */
|
||||
/* "Software"), to deal in the Software without restriction, including */
|
||||
/* without limitation the rights to use, copy, modify, merge, publish, */
|
||||
/* distribute, sublicense, and/or sell copies of the Software, and to */
|
||||
/* permit persons to whom the Software is furnished to do so, subject to */
|
||||
/* the following conditions: */
|
||||
/* */
|
||||
/* The above copyright notice and this permission notice shall be */
|
||||
/* included in all copies or substantial portions of the Software. */
|
||||
/* */
|
||||
/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */
|
||||
/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */
|
||||
/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */
|
||||
/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */
|
||||
/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */
|
||||
/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#include "my_new_file.h"
|
||||
|
||||
#include "core/math/math_funcs.h"
|
||||
#include "scene/gui/line_edit.h"
|
||||
|
||||
#include <zlib.h>
|
||||
#include <zstd.h>
|
||||
|
||||
Java
|
||||
----
|
||||
|
||||
Godot's Java code (mostly in ``platform/android``) is also enforced via
|
||||
``clang-format``, so see the instructions above to set it up. Keep in mind that
|
||||
this style guide only applies to code written and maintained by Godot, not
|
||||
third-party code such as the ``java/src/com/google`` subfolder.
|
||||
|
||||
Python
|
||||
------
|
||||
|
||||
Godot's SCons buildsystem is written in Python, and various scripts included
|
||||
in the source tree are also using Python.
|
||||
|
||||
For those, we use the `Ruff linter and code formatter <https://docs.astral.sh/ruff/>`__.
|
||||
|
||||
Using ruff locally
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
First of all, you will need to install Ruff. Ruff requires Python 3.7+ to run.
|
||||
|
||||
Installation
|
||||
^^^^^^^^^^^^
|
||||
|
||||
Here's how to install ruff:
|
||||
|
||||
::
|
||||
|
||||
pip3 install ruff --user
|
||||
|
||||
|
||||
You then have different possibilities to apply ruff to your changes:
|
||||
|
||||
Manual usage
|
||||
^^^^^^^^^^^^
|
||||
|
||||
You can apply ``ruff`` manually to one or more files with the following
|
||||
command:
|
||||
|
||||
::
|
||||
|
||||
ruff format --line-length 120 <path/to/file(s)>
|
||||
|
||||
- ``--line-length 120`` means that the allowed number of characters per line is 120.
|
||||
This number was agreed upon by the developers.
|
||||
- The path can point to several files, either one after the other or using
|
||||
wildcards like in a typical Unix shell.
|
||||
|
||||
|
||||
Pre-commit hook
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
For ease of use, we provide hooks for Git with the `pre-commit <https://pre-commit.com/>`__
|
||||
Python framework that will run ``ruff`` automatically on all your commits with the
|
||||
correct version of ``ruff``.
|
||||
To set up:
|
||||
|
||||
::
|
||||
|
||||
pip install pre-commit
|
||||
pre-commit install
|
||||
|
||||
|
||||
You can also run the hook manually with ``pre-commit run``.
|
||||
|
||||
.. note::
|
||||
|
||||
Previously, we supplied a hook in the folder ``misc/hooks``. If you copied the
|
||||
script manually, these hooks should still work, but symlinks will be broken.
|
||||
If you are using the new system, run ``rm .git/hooks/*`` to remove the old hooks
|
||||
that are no longer needed.
|
||||
|
||||
|
||||
Editor integration
|
||||
^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Many IDEs or code editors have beautifier plugins that can be configured to run
|
||||
ruff automatically, for example, each time you save a file. For details, you can
|
||||
check `Ruff Editor Integrations <https://docs.astral.sh/ruff/editors/>`__.
|
||||
|
||||
Comment style guide
|
||||
-------------------
|
||||
|
||||
This comment style guide applies to all programming languages used within
|
||||
Godot's codebase.
|
||||
|
||||
- Begin comments with a space character to distinguish them from disabled code.
|
||||
- Use sentence case for comments. Begin comments with an uppercase character and
|
||||
always end them with a period.
|
||||
- Reference variable/function names and values using backticks.
|
||||
- Wrap comments to ~100 characters.
|
||||
- You can use ``TODO:``, ``FIXME:``, ``NOTE:``, ``WARNING:``, or ``HACK:`` as admonitions
|
||||
when needed.
|
||||
|
||||
**Example:**
|
||||
|
||||
.. code-block:: cpp
|
||||
|
||||
// Compute the first 10,000 decimals of Pi.
|
||||
// FIXME: Don't crash when computing the 1,337th decimal due to `increment`
|
||||
// being negative.
|
||||
|
||||
Don't repeat what the code says in a comment. Explain the *why* rather than *how*.
|
||||
|
||||
**Bad:**
|
||||
|
||||
.. code-block:: cpp
|
||||
|
||||
// Draw loading screen.
|
||||
draw_load_screen();
|
||||
|
||||
You can use Javadoc-style comments above function or macro definitions. It's
|
||||
recommended to use Javadoc-style comments *only* for methods which are not
|
||||
exposed to scripting. This is because exposed methods should be documented in
|
||||
the :ref:`class reference XML <doc_updating_the_class_reference>`
|
||||
instead.
|
||||
|
||||
**Example:**
|
||||
|
||||
.. code-block:: cpp
|
||||
|
||||
/**
|
||||
* Returns the number of nodes in the universe.
|
||||
* This can potentially be a very large number, hence the 64-bit return type.
|
||||
*/
|
||||
uint64_t Universe::get_node_count() {
|
||||
// ...
|
||||
}
|
||||
|
||||
For member variables, don't use Javadoc-style comments, but use single-line comments instead:
|
||||
|
||||
.. code-block:: cpp
|
||||
|
||||
class Universe {
|
||||
// The cached number of nodes in the universe.
|
||||
// This value may not always be up-to-date with the current number of nodes
|
||||
// in the universe.
|
||||
uint64_t node_count_cached = 0;
|
||||
};
|
||||
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 7.4 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 17 KiB |
@@ -1,130 +0,0 @@
|
||||
.. _doc_cpp_usage_guidelines:
|
||||
|
||||
C++ usage guidelines
|
||||
====================
|
||||
|
||||
Rationale
|
||||
---------
|
||||
|
||||
Since Godot 4.0, the C++ standard used throughout the codebase is a subset of
|
||||
**C++17**. While modern C++ brings a lot of opportunities to write faster, more
|
||||
readable code, we chose to restrict our usage of C++ to a subset for a few
|
||||
reasons:
|
||||
|
||||
- It makes it easier to review code in online editors. This is because engine
|
||||
contributors don't always have access to a full-featured IDE while reviewing
|
||||
code.
|
||||
- It makes the code easier to grasp for beginner contributors (who may not be
|
||||
professional C++ programmers). Godot's codebase is known to be easy to learn
|
||||
from, and we'd like to keep it that way.
|
||||
|
||||
To get your pull request merged, it needs to follow the C++ usage guidelines
|
||||
outlined here. Of course, you can use features not allowed here in your own C++
|
||||
modules or GDExtensions.
|
||||
|
||||
.. note::
|
||||
|
||||
Prior to Godot 4.0, the C++ standard used throughout the codebase was C++03,
|
||||
with a handful of C++14 extensions. If you are contributing a pull request
|
||||
to the `3.x` branch rather than `master`, your code can't use C++17 features.
|
||||
Instead, your code must be able to be built with a C++14 compiler.
|
||||
|
||||
The guidelines below don't apply to third-party dependencies, although we
|
||||
generally favor small libraries instead of larger solutions. See also
|
||||
:ref:`doc_best_practices_for_engine_contributors`.
|
||||
|
||||
.. seealso::
|
||||
|
||||
See :ref:`doc_code_style_guidelines` for formatting guidelines.
|
||||
|
||||
Disallowed features
|
||||
-------------------
|
||||
|
||||
**Any feature not listed below is allowed.** Using features like ``constexpr``
|
||||
variables and ``nullptr`` is encouraged when possible. Still, try to keep your
|
||||
use of modern C++ features conservative. Their use needs to serve a real
|
||||
purpose, such as improving code readability or performance.
|
||||
|
||||
.. _doc_cpp_godot_types:
|
||||
|
||||
Standard Template Library
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
We don't allow using the `STL <https://en.wikipedia.org/wiki/Standard_Template_Library>`__
|
||||
as Godot provides its own data types (among other things).
|
||||
See :ref:`doc_faq_why_not_stl` for more information.
|
||||
|
||||
This means that pull requests should **not** use ``std::string``,
|
||||
``std::vector`` and the like. Instead, use Godot's datatypes as described in
|
||||
the :ref:`doc_core_types` documentation.
|
||||
|
||||
A 📜 icon denotes the type is part of :ref:`Variant <doc_variant_class>`. This
|
||||
means it can be used as a parameter or return value of a method exposed to the
|
||||
scripting API.
|
||||
|
||||
``auto`` keyword
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
Please don't use the ``auto`` keyword for type inference. While it can avoid
|
||||
repetition, it can also lead to confusing code:
|
||||
|
||||
.. code-block:: cpp
|
||||
|
||||
// Not so confusing...
|
||||
auto button = memnew(Button);
|
||||
|
||||
// ...but what about this?
|
||||
auto result = EditorNode::get_singleton()->get_complex_result();
|
||||
|
||||
Keep in mind hover documentation often isn't readily available for pull request
|
||||
reviewers. Most of the time, reviewers will use GitHub's online viewer to review
|
||||
pull requests.
|
||||
|
||||
The ``auto`` keyword can be used in some special cases, like C++ lambda or Objective-C block
|
||||
definitions and C++ templates. Please ask before using templates with ``auto`` in a pull request.
|
||||
|
||||
.. code-block:: cpp
|
||||
|
||||
// Full type definitions.
|
||||
void (*mult64to128)(uint64_t, uint64_t, uint64_t &, uint64_t &) = [](uint64_t u, uint64_t v, uint64_t &h, uint64_t &l) { ... }
|
||||
void (^JOYSTICK_LEFT)(GCControllerDirectionPad *__strong, float, float) = ^(GCControllerDirectionPad *dpad, float xValue, float yValue) { ... }
|
||||
|
||||
// Less clutter with auto.
|
||||
auto mult64to128 = [](uint64_t u, uint64_t v, uint64_t &h, uint64_t &l) { ... }
|
||||
auto JOYSTICK_LEFT = ^(GCControllerDirectionPad *dpad, float xValue, float yValue) { ... }
|
||||
|
||||
// Compare function for different types.
|
||||
template <typename T1, typename T2>
|
||||
constexpr auto MIN(const T1 m_a, const T2 m_b) {
|
||||
return m_a < m_b ? m_a : m_b;
|
||||
}
|
||||
|
||||
We chose to forbid ``auto`` in all other cases. Thank you for your understanding.
|
||||
|
||||
Lambdas
|
||||
~~~~~~~
|
||||
|
||||
Lambdas should be used conservatively when they make code effectively faster or
|
||||
simpler, and do not impede readability. Please ask before using lambdas in a
|
||||
pull request.
|
||||
|
||||
``#ifdef``-based include guards
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Starting with 4.5, all files now use the ``#pragma once`` directive, as they
|
||||
improve readability and declutter macros. Use of ``#ifdef``-based include
|
||||
guards are now actively discouraged.
|
||||
|
||||
``try``-``catch`` blocks
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
C++ style exception handling using ``try`` and ``catch`` blocks is forbidden.
|
||||
This restriction is in place for several reasons, including performance, binary
|
||||
size and code complexity.
|
||||
Use :ref:`doc_common_engine_methods_and_macros_error_macros` instead.
|
||||
|
||||
|
||||
.. seealso::
|
||||
|
||||
See :ref:`doc_code_style_guidelines_header_includes` for guidelines on sorting
|
||||
includes in C++ and Objective-C files.
|
||||
@@ -1,98 +0,0 @@
|
||||
.. _doc_editor_style_guide:
|
||||
|
||||
Editor style guide
|
||||
==================
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
||||
Thanks for your interest in contributing to the Godot editor!
|
||||
|
||||
This page describes the grammar and writing style used throughout the Godot
|
||||
editor. Following this style guide will help your contribution get merged faster
|
||||
since there will be fewer review steps required.
|
||||
|
||||
Writing style
|
||||
-------------
|
||||
|
||||
- **Write messages (errors, warnings, ...) as full sentences.** They should start
|
||||
with an uppercase letter and end with a period.
|
||||
- **Try to keep sentences short.** This makes it more likely that their translations
|
||||
will be short as well, which is a good thing to avoid UI bugs.
|
||||
- **Use contractions.** For example, use "isn't" instead of "is not". An exception
|
||||
to this rule can be made when you specifically want to emphasize one of the
|
||||
contraction's words.
|
||||
- **Use double quotes in messages** (``""``) instead of single quotes (``''``).
|
||||
Double quotes should be used to quote user input, file paths and possibly
|
||||
other things depending on the context.
|
||||
|
||||
.. seealso::
|
||||
|
||||
Try to follow the :ref:`doc_docs_writing_guidelines` in addition to the
|
||||
guidelines outlined above.
|
||||
|
||||
Button and menu texts
|
||||
---------------------
|
||||
|
||||
Capitalize text in buttons and menu actions:
|
||||
|
||||
- **Good:** *Open Editor Data Folder*
|
||||
- **Bad:** *Open editor data folder*
|
||||
|
||||
If a menu action opens a modal dialog, suffix it with an ellipsis (``...``).
|
||||
|
||||
- **Good:** *Editor Settings...*
|
||||
- **Bad:** *Editor Settings*
|
||||
|
||||
Inspector sections
|
||||
------------------
|
||||
|
||||
In general, don't create sections that contain less than 3 items. Sections that
|
||||
contain few items make it difficult to navigate the inspector, while missing the
|
||||
benefits of using sections such as folding.
|
||||
|
||||
There are some valid exceptions for this, such as material features in
|
||||
:ref:`class_StandardMaterial3D`.
|
||||
|
||||
This advice also applies to the Project Settings and Editor Settings.
|
||||
|
||||
Inspector performance hints
|
||||
---------------------------
|
||||
|
||||
Enum properties that noticeably impact performance should have a performance
|
||||
hint associated. The hint should refer to the *absolute* performance impact,
|
||||
rather than being relative to the other options provided in the enum. Here are
|
||||
some examples taken from the Godot editor:
|
||||
|
||||
- **Screen-space antialiasing:** *Disabled (Fastest), FXAA (Fast)*
|
||||
- **MSAA quality:** *Disabled (Fastest), 2x (Fast), 4x (Average), 8x (Slow), 16x
|
||||
(Slower)*
|
||||
- **DirectionalLight mode:** *Orthogonal (Fast), PSSM 2 Splits
|
||||
(Average), PSSM 4 Splits (Slow)*
|
||||
|
||||
For consistency, try to stick to the terms below (from fastest to slowest):
|
||||
|
||||
- *Fastest, Faster, Fast, Average, Slow, Slower, Slowest*
|
||||
|
||||
Their usage doesn't have to be contiguous. For example, you can use only "Fast"
|
||||
and "Slow" from the list above.
|
||||
|
||||
If you're adding a new enum, its values should be ordered from the fastest
|
||||
option to the slowest option.
|
||||
|
||||
Tooltips
|
||||
--------
|
||||
|
||||
Consider adding tooltips whenever the action performed by a button or menu
|
||||
action isn't obvious. You can also provide additional context or highlight
|
||||
caveats in the tooltip.
|
||||
|
||||
You can do this by calling ``set_tooltip(TTR("Text here."))`` on the
|
||||
Control-based node in question. If the tooltip is particularly long (more than
|
||||
~80 characters), wrap it over several lines by adding line breaks using ``\n``.
|
||||
|
||||
Tooltips should follow the writing style described above. In addition to this,
|
||||
use indicative mood instead of imperative mood:
|
||||
|
||||
- **Good:** *Computes global illumination for the selected GIProbe.*
|
||||
- **Bad:** *Compute global illumination for the selected GIProbe.*
|
||||
@@ -1,12 +0,0 @@
|
||||
:allow_comments: False
|
||||
|
||||
Editor development
|
||||
==================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:name: toc-devel-editor
|
||||
|
||||
introduction_to_editor_development
|
||||
creating_icons
|
||||
editor_style_guide
|
||||
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 55 KiB |