API ReferenceEditor.MapDoc
public class Editor.MapDoc.MapDocument
Represents an open map document. A document has a tree of `Editor.MapDoc.MapNode` that represent the world.
Methods
Showing 1 methods
public void DeleteNode(Editor.MapDoc.MapNode node)
Removes the node from the world, deletes all children too.
No results match this filter.
Properties
Showing 2 properties
public string Editor.MapDoc.MapDocument.PathName { get; set; }
The map file name
public Editor.MapDoc.MapWorld Editor.MapDoc.MapDocument.World { get; set; }
The world
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Editor.MapDoc |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.MapDoc.MapDocument |