Source note:This page rendered plugin-owned docs or generated metadata inside unified Astro docs shell.
Source: addons/calendar_time/game_time/lighting/time_of_day_directional_light_2d.gd
Syntax
class TimeOfDayDirectionalLight2D extends DirectionalLight2DMembers
| Name | Kind | Summary |
|---|---|---|
clock | Property | Transitions between light settings when times of day switches on the day-night service |
lighting_group | Property | The settings group defining what light settings should be at given time of days |
transition_curve | Property | Optional. The amount transitioned between light settings against time percent done during the transition. |
print_debug | Property | Whether to print extra debug messages to console (should only be used for debugging) |
transition_progress | Property | The progress that controls how far along the light values are in switching from the last time of day to the current one. transition_progress.progress is represented between 0.0 and 1.0 |
current_settings | Property | |
last_settings | Property | |
start_light_transition | Method | |
get_lighting_setting | Method | |
set_current_light_values | Method | |
adjusted_progress | Property | |
get_progress_color | Method | |
validate | Method | |
problems | Property | |
problems | Property | |
problems | Property |
Source
addons/calendar_time/game_time/lighting/time_of_day_directional_light_2d.gd
Plugin docs root:gdscript/plugins/calendar_time_dev/docs