# Editor.MapDoc.MapWorld.Children

```csharp
IEnumerable<MapNode> Children { get; set; }
```

All children nodes of this world.

## Remarks

This returns nested descendants currently, that might change?

Declared in [Editor.MapDoc.MapWorld](/api/Editor.MapDoc.MapWorld).
Assembly: `Sandbox.Tools`.
