gfx.env.set_background_mode
Client
Sets the background mode of the environment
Syntax
local status = gfx.env.set_background_mode(
mode
)Parameters
| Type | Name | Description |
|---|---|---|
gfx.env.background_mode | mode | Background mode to apply |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.env.set_background_mode(gfx.env.background_mode.SKY)