Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IScreenStartOptions

Hierarchy

Index

Properties

enableRedraw?: boolean

Whether enable the redraw.

ignoreAnimation?: boolean

Ignore animations.

ignoreClear?: boolean

Does not clear canvas.

ignoreDimensions?: boolean

Does not try to resize canvas.

ignoreMouse?: boolean

Ignore mouse events.

offsetX?: number

Draws at a x offset.

offsetY?: number

Draws at a y offset.

scaleHeight?: number

Scales vertically to height.

scaleWidth?: number

Scales horizontally to width.

Methods

  • forceRedraw(): boolean
  • Will call the function on every frame, if it returns true, will redraw.

    Returns boolean

Generated using TypeDoc