Skip to main content

temporally_active

Function temporally_active 

Source
pub fn temporally_active(
    now: u64,
    valid_from: u64,
    valid_until: Option<u64>,
    onset_secs: u64,
    decay_secs: u64,
) -> bool
Expand description

Whether an asset should be considered visible at all (α > 0).