s&box docs
API ReferenceEditor.MapDoc

public sealed class Editor.MapDoc.MapWorld : Editor.MapDoc.MapNode

MapWorld is the root node of a `Editor.MapDoc.MapDocument`, however it can have multiple sub `Editor.MapDoc.MapWorld` of prefabs.

Properties

Showing 4 properties

public System.Collections.Generic.IEnumerable`1<Editor.MapDoc.MapNode> Editor.MapDoc.MapWorld.Children { get; set; }

All children nodes of this world.

Note

This returns nested descendants currently, that might change?

public string Editor.MapDoc.MapWorld.MapPathName { get; set; }

Metadata

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

On this page