The MapWorld class is the root node of a MapDocument. It can also contain multiple sub-MapWorld instances representing prefabs. This class is sealed and cannot be inherited.
The MapWorld class is the root node of a MapDocument. It can also contain multiple sub-MapWorld instances representing prefabs. This class is sealed and cannot be inherited.
Member Name | Summary |
---|---|
Scene | Gets the Scene associated with this MapWorld. |
EditorSession | Gets the HammerSceneEditorSession for editing this MapWorld. |
MapPathName | Gets the path name of the map. |
Children | All children nodes of this world. This returns nested descendants currently, that might change? |