Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • StandardWindowBackground

Index

Properties

bitmap?: string

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

color?: number

Background color integer value, produced by [[android.graphics.Color]] class. Default is white

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

Specifies window's frame parameters

Type declaration

  • Optional bitmap?: string

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

  • Optional scale?: number

    Frame bitmap scale. Default value is 3

standard?: boolean

If true, default window is created

Generated using TypeDoc