Aggror 5 年 前
コミット
3e630952d2
1 ファイル変更1 行追加1 行削除
  1. 1 1
      en/tutorials/csharpbeginner/removing-entities.md

+ 1 - 1
en/tutorials/csharpbeginner/removing-entities.md

@@ -2,7 +2,7 @@
 You can find this sample in the tutorial project: **Menu** → **Removing entities** 
 
 ## Explanation
-This C# Beginner tutorial covers how to remove existing entities from the scene and how to remove an entity that is a child of another entity. When we add entities to the Scene root we can remove that again by accessing the  scene entities. Entities that are added as children of other entities can be removed by accessing the children of an entity. 
+This C# Beginner tutorial covers how to remove existing entities from the scene and how to remove an entity that is a child of another entity. When we add entities to the Scene root we can remove that entity again by accessing the scene.Entities property. Entities that are added as children of other entities can be removed by accessing the children of an entity. 
 
 ![Cloning entities](media/removing-entity.png)