Ver Fonte

feat: Simple description added

Vaclav Elias há 1 ano atrás
pai
commit
2e76ef6c46
1 ficheiros alterados com 8 adições e 1 exclusões
  1. 8 1
      en/contributors/engine/architecture/index.md

+ 8 - 1
en/contributors/engine/architecture/index.md

@@ -1,8 +1,15 @@
 # Engine architecture
 # Engine architecture
+
 General explanation of Stride engine source
 General explanation of Stride engine source
 
 
 ## [Build details](build-details.md)
 ## [Build details](build-details.md)
+
 Details on the building process of the Stride engine.
 Details on the building process of the Stride engine.
 
 
 ## [Dependency graph](dependency-graph.md)
 ## [Dependency graph](dependency-graph.md)
-A graphical overview of Stride's Assemblies, NameSpaces and Core methods.
+
+A graphical overview of Stride's Assemblies, NameSpaces and Core methods.
+
+## [Copy and paste](copy-paste.md)
+
+This document outlines the design and implementation of the copy and paste functionality in Stride. The document details the goals, scope, and current state of the feature, along with the workflow and implementation details. It explains how the copy and paste operations are handled, the role of the `ICopyPasteService` interface, and the use of copy, paste, and post-paste processors. The document also discusses the handling of data serialization and the use of editor commands for copy and paste operations.