Struct comfy_wgpu::PointLight
source · pub struct PointLight {
pub radius: f32,
pub radius_mod: f32,
pub strength: f32,
pub strength_mod: f32,
pub color: Color,
}Fields§
§radius: f32§radius_mod: f32§strength: f32§strength_mod: f32§color: ColorAuto Trait Implementations§
impl RefUnwindSafe for PointLight
impl Send for PointLight
impl Sync for PointLight
impl Unpin for PointLight
impl UnwindSafe for PointLight
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