From d2a40327f5dc1264fa06b771cc94c0e9b68fdcdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tur=C3=A1nszki=20J=C3=A1nos?= Date: Wed, 26 Apr 2017 07:55:43 +0200 Subject: [PATCH] attach order of execution diagram to documentation --- Documentation/WickedEngine-Documentation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/WickedEngine-Documentation.md b/Documentation/WickedEngine-Documentation.md index a07e2da4a..1050ad328 100644 --- a/Documentation/WickedEngine-Documentation.md +++ b/Documentation/WickedEngine-Documentation.md @@ -5,6 +5,10 @@ The most important classes are related as described in the following diagram: ![ClassDiagram](classdiagram.png) (Diagram generated with nomnoml.com) +Order of execution: +![OrderOfExecution](orderofexecution.png) +(Diagram generated with draw.io) + ### Components The "engine components" which provide the high level runtime flow control logic. The application usually overrides these to specify desired specialized logic and rendering.