Struct rust_rpg_toolkit::nodes::light_source::LightSource [−][src]
pub struct LightSource {
pub position: Vec2,
pub size: Vec2,
pub color: Color,
pub intensity: f32,
}
Fields
position: Vec2
size: Vec2
color: Color
intensity: f32
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LightSource
impl Send for LightSource
impl Sync for LightSource
impl Unpin for LightSource
impl UnwindSafe for LightSource
Blanket Implementations
Mutably borrows from an owned value. Read more