My favorites | English | Sign in

o3d.DisplayMode Class Reference

List of all members.


Detailed Description

A DisplayMode describes the size and refresh rate of a display mode; it's usually used in [or when transitioning into] fullscreen mode.

Public Properties

number height o3d.DisplayMode
number id o3d.DisplayMode
number refreshRate o3d.DisplayMode
number width o3d.DisplayMode

Member Property Documentation

number DisplayMode.height

The height in pixels of the screen when in this mode. This property is read-only.

number DisplayMode.id

An opaque identifier used to identify the mode when requesting a fullscreen transition. This property is read-only.

number DisplayMode.refreshRate

The refresh rate in Hz. This property is read-only.

number DisplayMode.width

The width in pixels of the screen when in this mode. This property is read-only.