# Children of entities You can find this sample in the tutorial project: **Scenes** -> **Basics** -> **Child entities** ## Explanation This C# basics tutorial covers how to get an enties children. Since those children are also entities, we can retrieve their children too. ![Editor properties](media/child-entities.png) ## Code [!code-csharp[Entity](..\..\..\Tutorials\Tutorials\Basics\ChildEntities.cs)]