Struct paradox_typed_db::rows::PhysicsComponentRow
source · pub struct PhysicsComponentRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> PhysicsComponentRow<'a, 'b>
impl<'a, 'b> PhysicsComponentRow<'a, 'b>
sourcepub fn physics_asset(&self) -> Option<&'a Latin1Str>
pub fn physics_asset(&self) -> Option<&'a Latin1Str>
Get the data in column physics_asset
sourcepub fn doublejump(&self) -> f32
pub fn doublejump(&self) -> f32
Get the data in column doublejump
sourcepub fn player_height(&self) -> Option<f32>
pub fn player_height(&self) -> Option<f32>
Get the data in column playerHeight
sourcepub fn player_radius(&self) -> Option<f32>
pub fn player_radius(&self) -> Option<f32>
Get the data in column playerRadius
sourcepub fn pc_shape_type(&self) -> i32
pub fn pc_shape_type(&self) -> i32
Get the data in column pcShapeType
sourcepub fn collision_group(&self) -> i32
pub fn collision_group(&self) -> i32
Get the data in column collisionGroup
sourcepub fn boundary_asset(&self) -> Option<&'a Latin1Str>
pub fn boundary_asset(&self) -> Option<&'a Latin1Str>
Get the data in column boundaryAsset
sourcepub fn jump_air_speed(&self) -> Option<f32>
pub fn jump_air_speed(&self) -> Option<f32>
Get the data in column jumpAirSpeed
sourcepub fn gravity_volume_asset(&self) -> Option<&'a Latin1Str>
pub fn gravity_volume_asset(&self) -> Option<&'a Latin1Str>
Get the data in column gravityVolumeAsset
Trait Implementations§
source§impl<'a, 'b> Clone for PhysicsComponentRow<'a, 'b>
impl<'a, 'b> Clone for PhysicsComponentRow<'a, 'b>
source§fn clone(&self) -> PhysicsComponentRow<'a, 'b>
fn clone(&self) -> PhysicsComponentRow<'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