Struct paradox_typed_db::rows::CelebrationParametersRow
source · pub struct CelebrationParametersRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> CelebrationParametersRow<'a, 'b>
impl<'a, 'b> CelebrationParametersRow<'a, 'b>
sourcepub fn background_object(&self) -> i32
pub fn background_object(&self) -> i32
Get the data in column backgroundObject
sourcepub fn cele_lead_in(&self) -> f32
pub fn cele_lead_in(&self) -> f32
Get the data in column celeLeadIn
sourcepub fn cele_lead_out(&self) -> f32
pub fn cele_lead_out(&self) -> f32
Get the data in column celeLeadOut
sourcepub fn camera_path_lot(&self) -> i32
pub fn camera_path_lot(&self) -> i32
Get the data in column cameraPathLOT
sourcepub fn path_node_name(&self) -> &'a Latin1Str
pub fn path_node_name(&self) -> &'a Latin1Str
Get the data in column pathNodeName
sourcepub fn directional_r(&self) -> Option<f32>
pub fn directional_r(&self) -> Option<f32>
Get the data in column directionalR
sourcepub fn directional_g(&self) -> Option<f32>
pub fn directional_g(&self) -> Option<f32>
Get the data in column directionalG
sourcepub fn directional_b(&self) -> Option<f32>
pub fn directional_b(&self) -> Option<f32>
Get the data in column directionalB
sourcepub fn specular_r(&self) -> Option<f32>
pub fn specular_r(&self) -> Option<f32>
Get the data in column specularR
sourcepub fn specular_g(&self) -> Option<f32>
pub fn specular_g(&self) -> Option<f32>
Get the data in column specularG
sourcepub fn specular_b(&self) -> Option<f32>
pub fn specular_b(&self) -> Option<f32>
Get the data in column specularB
sourcepub fn light_position_x(&self) -> Option<f32>
pub fn light_position_x(&self) -> Option<f32>
Get the data in column lightPositionX
sourcepub fn light_position_y(&self) -> Option<f32>
pub fn light_position_y(&self) -> Option<f32>
Get the data in column lightPositionY
sourcepub fn light_position_z(&self) -> Option<f32>
pub fn light_position_z(&self) -> Option<f32>
Get the data in column lightPositionZ
sourcepub fn blend_time(&self) -> Option<f32>
pub fn blend_time(&self) -> Option<f32>
Get the data in column blendTime
sourcepub fn fog_color_r(&self) -> Option<f32>
pub fn fog_color_r(&self) -> Option<f32>
Get the data in column fogColorR
sourcepub fn fog_color_g(&self) -> Option<f32>
pub fn fog_color_g(&self) -> Option<f32>
Get the data in column fogColorG
sourcepub fn fog_color_b(&self) -> Option<f32>
pub fn fog_color_b(&self) -> Option<f32>
Get the data in column fogColorB
sourcepub fn sound_guid(&self) -> Option<&'a Latin1Str>
pub fn sound_guid(&self) -> Option<&'a Latin1Str>
Get the data in column soundGUID
sourcepub fn mixer_program(&self) -> Option<&'a Latin1Str>
pub fn mixer_program(&self) -> Option<&'a Latin1Str>
Get the data in column mixerProgram
Trait Implementations§
source§impl<'a, 'b> Clone for CelebrationParametersRow<'a, 'b>
impl<'a, 'b> Clone for CelebrationParametersRow<'a, 'b>
source§fn clone(&self) -> CelebrationParametersRow<'a, 'b>
fn clone(&self) -> CelebrationParametersRow<'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