removing-entities.md 535 B

Removing an entity

You can find this sample in the tutorial project: Menu -> Removing entities

Explanation

This C# Beginner tutorial covers how to clone an existing entity and how to add that clone to the scene. A cloned entity is an exact copy, which means that the Transform properties and all other components are copied to.

Cloning entities

Code

[!code-csharpEntity]