GoldenHourDusk

class GoldenHourDusk(val time: Instant) : SolarEvent.LightEvent

When the solar angle sets to 0.0. Marks the start of LightState.GoldenHour during dusk

Constructors

Link copied to clipboard
constructor(time: Instant)

Types

Link copied to clipboard

Properties

Link copied to clipboard
open override val time: Instant

Time of the event

Functions

Link copied to clipboard
open operator override fun compareTo(other: SolarEvent): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String