s&box docs
API ReferenceEditor.MapDoc

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

A map node which allows a target group and its children to be placed with a new position and orientation in the world without creating a new copy. Multiple MapInstance classes may reference the same target allowing it to be placed in multiple locations, but allowing any edits to be applied to all instances.

Constructors

Showing 1 constructors

public MapInstance(Editor.MapDoc.MapDocument mapDocument = null)

Parameters

  • mapDocument: Default: null

Properties

Showing 1 properties

public Editor.MapDoc.MapNode Editor.MapDoc.MapInstance.Target { get; set; }

The target map node this MapInstance references to copy.

Metadata

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

On this page