pub struct TerrainKindNavParams {
pub move_speed_mult: f32,
pub impassable: bool,
}Expand description
Per-kind move speed + impassable flag from content (terrain-kinds.yaml).
Fields§
§move_speed_mult: f32§impassable: boolTrait Implementations§
Source§fn clone(&self) -> TerrainKindNavParams
fn clone(&self) -> TerrainKindNavParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more