#[repr(C)]pub struct INTERIOR_DATA {Show 17 fields
pub ambient: Color,
pub directional: Color,
pub fog_color_near: Color,
pub fog_near: f32,
pub fog_far: f32,
pub directional_xy: u32,
pub directional_z: u32,
pub directional_fade: f32,
pub clip_dist: f32,
pub fog_power: f32,
pub directional_ambient_lighting_colors: BGSDirectionalAmbientLightingColors,
pub fog_color_far: Color,
pub fog_clamp: f32,
pub light_fade_start: f32,
pub light_fade_end: f32,
pub lighting_template_inheritance_flags: Inherit,
pub unk5c: u32,
}Expand description
Represents interior lighting data.
Fields§
§ambient: Color§directional: Color§fog_color_near: Color§fog_near: f32§fog_far: f32§directional_xy: u32§directional_z: u32§directional_fade: f32§clip_dist: f32§fog_power: f32§directional_ambient_lighting_colors: BGSDirectionalAmbientLightingColors§fog_color_far: Color§fog_clamp: f32§light_fade_start: f32§light_fade_end: f32§lighting_template_inheritance_flags: Inherit§unk5c: u32Trait Implementations§
Source§impl Clone for INTERIOR_DATA
impl Clone for INTERIOR_DATA
Source§fn clone(&self) -> INTERIOR_DATA
fn clone(&self) -> INTERIOR_DATA
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 moreSource§impl Debug for INTERIOR_DATA
impl Debug for INTERIOR_DATA
Source§impl PartialEq for INTERIOR_DATA
impl PartialEq for INTERIOR_DATA
impl StructuralPartialEq for INTERIOR_DATA
Auto Trait Implementations§
impl Freeze for INTERIOR_DATA
impl RefUnwindSafe for INTERIOR_DATA
impl Send for INTERIOR_DATA
impl Sync for INTERIOR_DATA
impl Unpin for INTERIOR_DATA
impl UnwindSafe for INTERIOR_DATA
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