mirror of
https://github.com/godotengine/godot.git
synced 2025-01-18 20:40:57 +08:00
5ad4f26659
* This PR adds the ability to disable classes when building. * For now it's only possible to do this via command like: `scons disable_classes=RayCast2D,Area3D` * Eventually, a proper UI will be implemented to create a build config file to do this at large scale, as well as detect what is used in the project. |
||
---|---|---|
.. | ||
doc_classes | ||
config.py | ||
editor_scene_exporter_gltf_plugin.cpp | ||
editor_scene_exporter_gltf_plugin.h | ||
editor_scene_importer_gltf.cpp | ||
editor_scene_importer_gltf.h | ||
gltf_accessor.cpp | ||
gltf_accessor.h | ||
gltf_animation.cpp | ||
gltf_animation.h | ||
gltf_buffer_view.cpp | ||
gltf_buffer_view.h | ||
gltf_camera.cpp | ||
gltf_camera.h | ||
gltf_document.cpp | ||
gltf_document.h | ||
gltf_light.cpp | ||
gltf_light.h | ||
gltf_mesh.cpp | ||
gltf_mesh.h | ||
gltf_node.cpp | ||
gltf_node.h | ||
gltf_skeleton.cpp | ||
gltf_skeleton.h | ||
gltf_skin.cpp | ||
gltf_skin.h | ||
gltf_spec_gloss.cpp | ||
gltf_spec_gloss.h | ||
gltf_state.cpp | ||
gltf_state.h | ||
gltf_texture.cpp | ||
gltf_texture.h | ||
register_types.cpp | ||
register_types.h | ||
SCsub |