Interface GUIPropertyValue

GUIPropertyValue ($ref: "GUI.Property.Value") Interface representing GUI property values.

interface GUIPropertyValue {
    fullscreen: boolean;
    stereoscopicmode: StereoscopicMode;
}

Properties

fullscreen: boolean
stereoscopicmode: StereoscopicMode