Interface: IScreenStartOptions
Hierarchy​
IScreenStartOptions
↳
IOptions
Properties​
enableRedraw​
• Optional
enableRedraw: boolean
Whether enable the redraw.
Defined in​
ignoreMouse​
• Optional
ignoreMouse: boolean
Ignore mouse events.
Defined in​
ignoreAnimation​
• Optional
ignoreAnimation: boolean
Ignore animations.
Defined in​
ignoreDimensions​
• Optional
ignoreDimensions: boolean
Does not try to resize canvas.
Defined in​
ignoreClear​
• Optional
ignoreClear: boolean
Does not clear canvas.
Defined in​
scaleWidth​
• Optional
scaleWidth: number
Scales horizontally to width.
Defined in​
scaleHeight​
• Optional
scaleHeight: number
Scales vertically to height.
Defined in​
offsetX​
• Optional
offsetX: number
Draws at a x offset.
Defined in​
offsetY​
• Optional
offsetY: number
Draws at a y offset.
Defined in​
Methods​
forceRedraw​
â–¸ Optional
forceRedraw(): boolean
Will call the function on every frame, if it returns true, will redraw.
Returns​
boolean