class MapWorld : MapNode

robot_2Generated
code_blocksInput

Description

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.

Members

Instance Properties

Member NameSummary
SceneGets the Scene associated with this MapWorld.
EditorSessionGets the HammerSceneEditorSession for editing this MapWorld.
MapPathNameGets the path name of the map.
ChildrenAll children nodes of this world. This returns nested descendants currently, that might change?