pub struct CreatureModelDataRow {Show 16 fields
pub id: CreatureModelDataKey,
pub flags: i32,
pub model_path: String,
pub size: SizeClass,
pub model_scale: f32,
pub blood: UnitBloodKey,
pub footprint_texture: FootprintTexturesKey,
pub footprint_texture_length: f32,
pub footprint_texture_width: f32,
pub footprint_texture_scale: f32,
pub foley_material: i32,
pub footstep_shake_size: i32,
pub death_thud_shake_size: i32,
pub collision_width: f32,
pub collision_height: f32,
pub mount_height: f32,
}Fields§
§id: CreatureModelDataKey§flags: i32§model_path: String§size: SizeClass§model_scale: f32§blood: UnitBloodKey§footprint_texture: FootprintTexturesKey§footprint_texture_length: f32§footprint_texture_width: f32§footprint_texture_scale: f32§foley_material: i32§footstep_shake_size: i32§death_thud_shake_size: i32§collision_width: f32§collision_height: f32§mount_height: f32Trait Implementations§
Source§impl Clone for CreatureModelDataRow
impl Clone for CreatureModelDataRow
Source§fn clone(&self) -> CreatureModelDataRow
fn clone(&self) -> CreatureModelDataRow
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 moreSource§impl Debug for CreatureModelDataRow
impl Debug for CreatureModelDataRow
Source§impl PartialEq for CreatureModelDataRow
impl PartialEq for CreatureModelDataRow
Source§fn eq(&self, other: &CreatureModelDataRow) -> bool
fn eq(&self, other: &CreatureModelDataRow) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreatureModelDataRow
Auto Trait Implementations§
impl Freeze for CreatureModelDataRow
impl RefUnwindSafe for CreatureModelDataRow
impl Send for CreatureModelDataRow
impl Sync for CreatureModelDataRow
impl Unpin for CreatureModelDataRow
impl UnsafeUnpin for CreatureModelDataRow
impl UnwindSafe for CreatureModelDataRow
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