Table of Contents

Engine architecture

General explanation of Stride engine source

Build details

Details on the building process of the Stride engine.

Dependency graph

A graphical overview of Stride's Assemblies, NameSpaces and Core methods.

Copy and paste

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.