pub struct UnitGroupMapSettings {Show 13 fields
pub max_gathering_unit_groups: u32,
pub max_group_gathering_time: u32,
pub max_group_member_fallback_factor: f64,
pub max_group_radius: f64,
pub max_group_slowdown_factor: f64,
pub max_member_slowdown_when_ahead: f64,
pub max_member_speedup_when_behind: f64,
pub max_unit_group_size: u32,
pub max_wait_time_for_late_members: u32,
pub member_disown_distance: f64,
pub min_group_gathering_time: u32,
pub min_group_radius: f64,
pub tick_tolerance_when_member_arrives: u32,
}Fields§
§max_gathering_unit_groups: u32§max_group_gathering_time: u32§max_group_member_fallback_factor: f64§max_group_radius: f64§max_group_slowdown_factor: f64§max_member_slowdown_when_ahead: f64§max_member_speedup_when_behind: f64§max_unit_group_size: u32§max_wait_time_for_late_members: u32§member_disown_distance: f64§min_group_gathering_time: u32§min_group_radius: f64§tick_tolerance_when_member_arrives: u32Trait Implementations§
Source§impl Clone for UnitGroupMapSettings
impl Clone for UnitGroupMapSettings
Source§fn clone(&self) -> UnitGroupMapSettings
fn clone(&self) -> UnitGroupMapSettings
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 moreimpl Copy for UnitGroupMapSettings
Source§impl Debug for UnitGroupMapSettings
impl Debug for UnitGroupMapSettings
Source§impl Default for UnitGroupMapSettings
impl Default for UnitGroupMapSettings
Source§fn default() -> UnitGroupMapSettings
fn default() -> UnitGroupMapSettings
Returns the “default value” for a type. Read more
Source§impl PartialEq for UnitGroupMapSettings
impl PartialEq for UnitGroupMapSettings
impl StructuralPartialEq for UnitGroupMapSettings
Auto Trait Implementations§
impl Freeze for UnitGroupMapSettings
impl RefUnwindSafe for UnitGroupMapSettings
impl Send for UnitGroupMapSettings
impl Sync for UnitGroupMapSettings
impl Unpin for UnitGroupMapSettings
impl UnsafeUnpin for UnitGroupMapSettings
impl UnwindSafe for UnitGroupMapSettings
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