EditorRunContext
Summary
Contains the editor run data
Definition
Namespace: SDT4.Managed.Editor
Assembly: SDT4.Managed.Editor.dll
sealed class EditorRunContext
Inheritance:
Object ➔ EditorRunContext
Implements:
Fields
| Name | Type | Description |
|---|---|---|
Properties
| Name | Type | Description |
|---|---|---|
public get; Instance |
AppInstance | Preloaded application instance. |
public get; Scene |
Scene | Active scene |
public get; SceneScript |
SceneScript | Active scene script. May be null if the scene has no script associated. |
public get; EditorWindow |
Window | Editor owned window. |
public get; PrimaryViewport |
ViewportRenderInstance | Editor owned master viewport. |
public get; SceneRenderer |
SceneRenderInstance | Active scene render instance. |