class
MapWorld
public sealed class MapWorld : MapNode MapWorld is the root node of a MapDocument, however it can have multiple sub MapWorld of prefabs.
Properties
| Name | Type | Description |
|---|---|---|
Scene | Scene | |
EditorSession | HammerSceneEditorSession | |
MapPathName | String | |
Children | IEnumerable<MapNode> | All children nodes of this world. |