Skip to content

Interface WindowOptions

Source: windowsManager.ts

Extended by

Indexable

[key: string]: unknown

Properties

app?

optional app: App<WindowProps>

The app associated with the window


fullscreen?

optional fullscreen: string | boolean


id?

optional id: string

The ID of the window


isFocused?

optional isFocused: boolean


lastInteraction?

optional lastInteraction: number


minimized?

optional minimized: boolean


options?

optional options: object


position?

optional position: Vector2

The position of the window


size?

optional size: Vector2

The size of the window

Default

ts
new Vector2(700, 400)

Built by Prozilla