Struct paradox_typed_db::rows::MotionFxRow
source · pub struct MotionFxRow<'a, 'b> { /* private fields */ }
Expand description
Row of the MotionFX
table
See also: MotionFxTable
Implementations§
source§impl<'a, 'b> MotionFxRow<'a, 'b>
impl<'a, 'b> MotionFxRow<'a, 'b>
sourcepub fn slam_velocity(&self) -> Option<f32>
pub fn slam_velocity(&self) -> Option<f32>
Get the data in column slamVelocity
sourcepub fn add_velocity(&self) -> Option<f32>
pub fn add_velocity(&self) -> Option<f32>
Get the data in column addVelocity
sourcepub fn dest_group_name(&self) -> Option<&'a Latin1Str>
pub fn dest_group_name(&self) -> Option<&'a Latin1Str>
Get the data in column destGroupName
sourcepub fn start_scale(&self) -> Option<f32>
pub fn start_scale(&self) -> Option<f32>
Get the data in column startScale
Trait Implementations§
source§impl<'a, 'b> Clone for MotionFxRow<'a, 'b>
impl<'a, 'b> Clone for MotionFxRow<'a, 'b>
source§fn clone(&self) -> MotionFxRow<'a, 'b>
fn clone(&self) -> MotionFxRow<'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