Struct paradox_typed_db::rows::TrailEffectsRow
source · pub struct TrailEffectsRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> TrailEffectsRow<'a, 'b>
impl<'a, 'b> TrailEffectsRow<'a, 'b>
sourcepub fn texture_name(&self) -> &'a Latin1Str
pub fn texture_name(&self) -> &'a Latin1Str
Get the data in column textureName
sourcepub fn cardlifetime(&self) -> f32
pub fn cardlifetime(&self) -> f32
Get the data in column cardlifetime
sourcepub fn colorlifetime(&self) -> f32
pub fn colorlifetime(&self) -> f32
Get the data in column colorlifetime
sourcepub fn min_tail_fade(&self) -> f32
pub fn min_tail_fade(&self) -> f32
Get the data in column minTailFade
sourcepub fn max_particles(&self) -> i32
pub fn max_particles(&self) -> i32
Get the data in column max_particles
sourcepub fn birth_delay(&self) -> f32
pub fn birth_delay(&self) -> f32
Get the data in column birthDelay
sourcepub fn death_delay(&self) -> f32
pub fn death_delay(&self) -> f32
Get the data in column deathDelay
sourcepub fn tex_length(&self) -> f32
pub fn tex_length(&self) -> f32
Get the data in column texLength
sourcepub fn start_color_r(&self) -> f32
pub fn start_color_r(&self) -> f32
Get the data in column startColorR
sourcepub fn start_color_g(&self) -> f32
pub fn start_color_g(&self) -> f32
Get the data in column startColorG
sourcepub fn start_color_b(&self) -> f32
pub fn start_color_b(&self) -> f32
Get the data in column startColorB
sourcepub fn start_color_a(&self) -> f32
pub fn start_color_a(&self) -> f32
Get the data in column startColorA
sourcepub fn middle_color_r(&self) -> f32
pub fn middle_color_r(&self) -> f32
Get the data in column middleColorR
sourcepub fn middle_color_g(&self) -> f32
pub fn middle_color_g(&self) -> f32
Get the data in column middleColorG
sourcepub fn middle_color_b(&self) -> f32
pub fn middle_color_b(&self) -> f32
Get the data in column middleColorB
sourcepub fn middle_color_a(&self) -> f32
pub fn middle_color_a(&self) -> f32
Get the data in column middleColorA
sourcepub fn end_color_r(&self) -> f32
pub fn end_color_r(&self) -> f32
Get the data in column endColorR
sourcepub fn end_color_g(&self) -> f32
pub fn end_color_g(&self) -> f32
Get the data in column endColorG
sourcepub fn end_color_b(&self) -> f32
pub fn end_color_b(&self) -> f32
Get the data in column endColorB
sourcepub fn end_color_a(&self) -> f32
pub fn end_color_a(&self) -> f32
Get the data in column endColorA
Trait Implementations§
source§impl<'a, 'b> Clone for TrailEffectsRow<'a, 'b>
impl<'a, 'b> Clone for TrailEffectsRow<'a, 'b>
source§fn clone(&self) -> TrailEffectsRow<'a, 'b>
fn clone(&self) -> TrailEffectsRow<'a, 'b>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more