pub struct LightRig { /* private fields */ }Implementations§
Source§impl LightRig
impl LightRig
pub fn rig(&self) -> &LightRigValues
pub fn get_rig(&self) -> &LightRigValues
👎Deprecated since 3.0.0:
Use rig()
pub fn set_rig(&mut self, value: LightRigValues) -> &mut LightRig
pub fn definition(&self) -> &LightRigDirectionValues
pub fn get_definition(&self) -> &LightRigDirectionValues
👎Deprecated since 3.0.0:
Use definition()
pub fn set_definition( &mut self, value: LightRigDirectionValues, ) -> &mut LightRig
pub fn rotation(&self) -> Option<&Rotation>
pub fn get_rotation(&self) -> Option<&Rotation>
👎Deprecated since 3.0.0:
Use rotation()
pub fn rotation_mut(&mut self) -> Option<&mut Rotation>
pub fn get_rotation_mut(&mut self) -> Option<&mut Rotation>
👎Deprecated since 3.0.0:
Use rotation_mut()
pub fn set_rotation(&mut self, value: Rotation) -> &mut Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LightRig
impl RefUnwindSafe for LightRig
impl Send for LightRig
impl Sync for LightRig
impl Unpin for LightRig
impl UnsafeUnpin for LightRig
impl UnwindSafe for LightRig
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