Skip to main content

UI.StandardWindowBackgroundDescription

Index

Properties

optionalbitmap

bitmap?: string

Background bitmap texture name. If the bitmap size doesn't match the screen size, bitmap will be stretched to fit.

optionalcolor

color?: number = 0xfff // white

Background color integer value, produced by android.graphics.Color class.

optionalframe

frame?: { bitmap?: string; scale?: number }

Specifies window's frame parameters.


Type declaration

  • optionalbitmap?: string

    Frame bitmap gui texture name. Defaults to "frame" style binding or, if not specified, to "default_frame_8" gui texture

  • optionalscale?: number

    Frame bitmap scale.

optionalstandard

standard?: boolean

If true, default window is created.

optionalstandart

standart?: boolean

If true, default window is created.

That feature is obsolete

Use standard instead.