gfx.sky.set_mode
Client
Sets the material type of the sky
Syntax
local status = gfx.sky.set_mode(
mode
)Parameters
| Type | Name | Description |
|---|---|---|
gfx.sky.sky_mode | mode | Sky material type to apply |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.sky.set_mode(gfx.sky.sky_mode.PROCEDURAL)