mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Also created a new `Editor development` chapter/section to encompass C++ editor development side specifically which is not necessarily related to pure core development, generic types and patterns.
10 lines
337 B
ReStructuredText
10 lines
337 B
ReStructuredText
.. _doc_editor_intro:
|
|
|
|
Introduction
|
|
============
|
|
|
|
As the engine is constantly evolving and new features are being added, it is
|
|
important to familiarize yourself with the editor and tools development in C++.
|
|
Without the editor, some of the engine's internal functionality would become
|
|
unaccessible and make the development not intuitive.
|