s&box docs
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.

Properties

Showing 2 properties

public string Editor.MapDoc.MapDocument.PathName { get; set; }

The map file name

Metadata

FieldValue
NamespaceEditor.MapDoc
Typeclass
AssemblySandbox.Tools
Doc IDT:Editor.MapDoc.MapDocument

On this page