[][src]Struct mutiny::material::water::Parameters

pub struct Parameters {
    pub frequency: RangedParameterMut<'static, f32>,
    pub wave_strength: RangedParameterMut<'static, f32>,
    pub speed: RangedParameterMut<'static, f32>,
    pub reflective_factor: RangedParameterMut<'static, f32>,
    pub normal_scale: RangedParameterMut<'static, f32>,
    pub max_visible_depth: RangedParameterMut<'static, f32>,
    pub reflection_clip_bias: RangedParameterMut<'static, f32>,
    pub refraction_clip_bias: RangedParameterMut<'static, f32>,
    pub water_density: RangedParameterMut<'static, f32>,
    pub color: WaterColor,
    pub color_mix: RangedParameterMut<'static, f32>,
    pub highlights_factor: RangedParameterMut<'static, f32>,
    pub highlights_power: RangedParameterMut<'static, f32>,
    pub receives_shadows: Property<'static, bool>,
    pub receives_global_illumination: Property<'static, bool>,
    pub water_color: Property<'static, Rgba<f32>>,
    pub time: f32,
}

Fields

Methods

impl Parameters
[src]

impl Parameters
[src]

Trait Implementations

impl Clone for Parameters
[src]

Performs copy-assignment from source. Read more

impl Debug for Parameters
[src]

impl Component for Parameters
[src]

impl<'a> DebugParameter for Parameters
[src]

impl Serialize for Parameters
[src]

impl<'de> Deserialize<'de> for Parameters
[src]

impl ParameterGroup for Parameters
[src]

Auto Trait Implementations

impl !Send for Parameters

impl !Sync for Parameters

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<C> ComponentThreadLocal for C where
    C: Component
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Serialize for T where
    T: Serialize + ?Sized
[src]

impl<T> Any for T where
    T: Any
[src]

impl<T> SetParameter for T
[src]

Sets value as a parameter of self.

impl<T> Same for T
[src]

Should always be Self

impl<SS, SP> SupersetOf for SP where
    SS: SubsetOf<SP>, 
[src]

impl<V> IntoVec for V
[src]

impl<V> IntoPnt for V
[src]

impl<P> IntoStyled for P where
    P: ControlDefaultProperty
[src]

impl<P> ControlDefaultProperty for P where
    P: ParameterGroup
[src]

impl<B, P> IntoControlBuilder for P where
    B: BuilderFromProperty<P>, 
[src]

impl<T, U> IntoDuration for T where
    U: FromDuration<T>, 
[src]