Viewport of the Editor, holds Screenspace, ensures that needed Commands are present and
allows plugins to control the viewport up to a degree. Plugins that want to destroy all
entities except for the viewport controls should call DestroyRenderedEntities View code on GitHub
Inheritance Hierarchy
DeltaEngine.Editor.Core EditorViewport
DeltaEngine.Editor.Mocks MockEditorViewport
Namespace: DeltaEngine.Editor.Core
Assembly: DeltaEngine.Editor.Core (in DeltaEngine.Editor.Core.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The EditorViewport type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EditorViewport | Initializes a new instance of the EditorViewport class |
Methods
Name | Description | |
---|---|---|
CenterViewOn | ||
DestroyRenderedEntities | ||
OnViewportPanning | ||
OnViewPortZooming | ||
ResetScreenSpace | ||
ResetViewportArea | ||
ZoomViewTo |
Properties
Name | Description | |
---|---|---|
IsZoomingEnabled | ||
Window |
See Also