Skip to content

Commit 1e11958

Browse files
committed
Add engine architecture diagram
1 parent 8c278e9 commit 1e11958

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

manual/scripting/engine-api.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,15 @@ Scripting API list for gameplay programming (available in both C++, C# and Visua
2424

2525
## Objects Hierarchy
2626

27-
Diagram with a hierarchy of the main object types used in Flax.
27+
The diagram with a hierarchy of the main object types used in Flax.
2828

2929
In C# and Visual Scripting API `FlaxEngine.Object` type is mapped into `ScriptingObject`.
3030

3131
![Flax Object Hierarchy Diagram](media/objects-hierarchy.png)
32+
33+
## Engine Architecture
34+
35+
The diagram below shows the simplified architecture of the engine and editor.
36+
37+
![Flax Engine Architecture](media/engine-architecture.png)
38+
153 KB
Loading

0 commit comments

Comments
 (0)