Struct ExEnvironmentSetAmbientLight
pub struct ExEnvironmentSetAmbientLight<'ex> { /* private fields */ }Expand description
Default-param extender for RenderingServer::environment_set_ambient_light_ex.
Implementations§
§impl<'ex> ExEnvironmentSetAmbientLight<'ex>
impl<'ex> ExEnvironmentSetAmbientLight<'ex>
pub fn ambient( self, ambient: EnvironmentAmbientSource, ) -> ExEnvironmentSetAmbientLight<'ex>
pub fn energy(self, energy: f32) -> ExEnvironmentSetAmbientLight<'ex>
pub fn sky_contribution( self, sky_contribution: f32, ) -> ExEnvironmentSetAmbientLight<'ex>
pub fn reflection_source( self, reflection_source: EnvironmentReflectionSource, ) -> ExEnvironmentSetAmbientLight<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExEnvironmentSetAmbientLight<'ex>
impl<'ex> RefUnwindSafe for ExEnvironmentSetAmbientLight<'ex>
impl<'ex> !Send for ExEnvironmentSetAmbientLight<'ex>
impl<'ex> !Sync for ExEnvironmentSetAmbientLight<'ex>
impl<'ex> Unpin for ExEnvironmentSetAmbientLight<'ex>
impl<'ex> !UnwindSafe for ExEnvironmentSetAmbientLight<'ex>
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