Defined in: packages/engine/src/stores/worldSettings.ts:6
| Property |
Type |
Description |
dayLengthSeconds? |
number |
- |
gravity? |
number |
Left out where the world has none. |
hour? |
number |
Left out, with the day’s length, where the world keeps no clock. |
setDayHour |
(hour) => void |
- |
setDayLength |
(seconds) => void |
- |
setGravity |
(value) => void |
- |