pub struct DirectionalShadow {
pub shadow_bias: f64,
pub shadow_camera_far: f32,
pub shadow_camera_near: f32,
pub shadow_camera_visible: bool,
pub shadow_map_height: u32,
pub shadow_map_width: u32,
pub shadow_camera_bottom: f32,
pub shadow_camera_left: f32,
pub shadow_camera_right: f32,
pub shadow_camera_top: f32,
}Expand description
Fields§
§shadow_bias: f64§shadow_camera_far: f32§shadow_camera_near: f32§shadow_camera_visible: bool§shadow_map_height: u32§shadow_map_width: u32§shadow_camera_bottom: f32§shadow_camera_left: f32§shadow_camera_right: f32§shadow_camera_top: f32Trait Implementations§
Source§impl Clone for DirectionalShadow
impl Clone for DirectionalShadow
Source§fn clone(&self) -> DirectionalShadow
fn clone(&self) -> DirectionalShadow
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Component for DirectionalShadow
impl Component for DirectionalShadow
Source§impl ConstDefault for DirectionalShadow
impl ConstDefault for DirectionalShadow
Source§impl Debug for DirectionalShadow
impl Debug for DirectionalShadow
Source§impl Display for DirectionalShadow
impl Display for DirectionalShadow
Source§impl PartialEq for DirectionalShadow
impl PartialEq for DirectionalShadow
Source§impl Serialize for DirectionalShadow
impl Serialize for DirectionalShadow
impl StructuralPartialEq for DirectionalShadow
Auto Trait Implementations§
impl Freeze for DirectionalShadow
impl RefUnwindSafe for DirectionalShadow
impl Send for DirectionalShadow
impl Sync for DirectionalShadow
impl Unpin for DirectionalShadow
impl UnwindSafe for DirectionalShadow
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
Source§fn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert
self to a value of a Properties struct.Source§impl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
Source§fn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert
self to a value of a Properties struct.