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