Source note:This page rendered plugin-owned docs or generated metadata inside unified Astro docs shell.
Source: addons/calendar_time/game_time/time_units/time_scale.gd
Syntax
class TimeScale extends ResourceMembers
| Name | Kind | Summary |
|---|---|---|
seconds_per_minute | Property | Settings for how fast time measurements progress in the game. Defaults are real world values. Number of seconds in a gameplay minute |
minutes_per_hour | Property | Number of minutes in an hour |
hours_per_day | Property | Number of hours in a day |
delta_multiplier | Property | How many times to progress the date time seconds for every second of delta time processed by the game engine |
seconds_per_hour | Property | Returns a single hour measured in seconds |
seconds_per_day | Property | Returns a single day measured in seconds |
Source
addons/calendar_time/game_time/time_units/time_scale.gd
Plugin docs root:gdscript/plugins/calendar_time_dev/docs