API ReferenceEditor.MapEditor
public class Editor.MapEditor.MapView
MapViews are owned by the MapViewMgr. They display the MapViewMgr's mapdoc. The MapView provides either a 2d or 3d view of the provided map doc. The rendering mode may be swapped between various 2d and 3d modes dynamically. In addition to basic display functionality the view also provides movement implementation for moving a camera within a 3d view or panning a 2d view.
Related Guides
Broader workflow and conceptual references connected to this API.
Methods
Showing 1 methods
No results match this filter.
Properties
Showing 4 properties
public Editor.MapDoc.MapDocument Editor.MapEditor.MapView.MapDoc { get; set; }
public Sandbox.SceneCamera Editor.MapEditor.MapView.SceneCamera { get; set; }
Read-only SceneCamera set automatically during rendering
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Editor.MapEditor |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.MapEditor.MapView |