pub struct GISettings {
pub m_AlbedoBoost: f32,
pub m_BounceScale: f32,
pub m_EnableBakedLightmaps: bool,
pub m_EnableRealtimeLightmaps: bool,
pub m_EnvironmentLightingMode: u32,
pub m_IndirectOutputScale: f32,
pub m_TemporalCoherenceThreshold: Option<f32>,
}Expand description
GISettings is a sub class of the Unity engine since version 5.0.0f4.
Fields§
§m_AlbedoBoost: f32§m_BounceScale: f32§m_EnableBakedLightmaps: bool§m_EnableRealtimeLightmaps: bool§m_EnvironmentLightingMode: u32§m_IndirectOutputScale: f32§m_TemporalCoherenceThreshold: Option<f32>f32: (5.0.0f4 - 2018.2.21f1)
Trait Implementations§
Source§impl Debug for GISettings
impl Debug for GISettings
Source§impl<'de> Deserialize<'de> for GISettings
impl<'de> Deserialize<'de> for GISettings
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GISettings
impl RefUnwindSafe for GISettings
impl Send for GISettings
impl Sync for GISettings
impl Unpin for GISettings
impl UnwindSafe for GISettings
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