startup MethodStatic
Initializes IModelApp with a RenderSystem that produces no graphics. Use this in place of startup, then proceed to use IModelApp's API as normal.
startup(opts?: IModelAppOptions): Promise<void>
Parameter | Type | Description |
---|---|---|
opts | IModelAppOptions |
Returns - Promise
Defined in
- core/frontend/src/NoRenderApp.ts Line 80
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.