gfx.sky.procedural.set_sky_cover
Client
Sets the sky cover texture of the procedural sky material
Syntax
local status = gfx.sky.procedural.set_sky_cover(
path
)Parameters
| Type | Name | Description |
|---|---|---|
string | path | File path of the sky cover texture to assign |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.sky.procedural.set_sky_cover("assets/sky/cover.png")