EditorViewport ClassDelta Engine Documentation
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

System Object
  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

public class EditorViewport

The EditorViewport type exposes the following members.

Constructors

  NameDescription
Public methodEditorViewport
Initializes a new instance of the EditorViewport class
Top
Methods

  NameDescription
Public methodCenterViewOn
Public methodDestroyRenderedEntities
Public methodOnViewportPanning
Public methodOnViewPortZooming
Public methodResetScreenSpace
Public methodResetViewportArea
Public methodZoomViewTo
Top
Properties

  NameDescription
Public propertyIsZoomingEnabled
Public propertyWindow
Top
See Also