Struct amethyst_renderer::AmbientLight [] [src]

pub struct AmbientLight {
    pub power: f32,
}

An ambient light source.

Fields

Intensity of the light.

Trait Implementations

impl Clone for AmbientLight
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AmbientLight
[src]

impl Debug for AmbientLight
[src]

Formats the value using the given formatter.

impl Default for AmbientLight
[src]

Returns the "default value" for a type. Read more