Interface BackgroundOptions

Background options

BackgroundOptions

2024.3.7

yisky

interface BackgroundOptions {
    mode?: BackgroundMode;
    options?: ColorRepresentation | SkyOptions | TextureBackgroundOptions;
}

Properties

Properties

Background mode

BackgroundOptions

options?: ColorRepresentation | SkyOptions | TextureBackgroundOptions

Background options

BackgroundOptions