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