format
typescript
Application.mainViewportclass: Application
description
The main rendering viewport of the application.
parameter
| param_name | type | description |
|---|
return
| type | description |
|---|---|
RenderViewport | The main rendering viewport of the application. |
code example
typescript
let viewport = Application.mainViewport;