Skip to main content

UVMapSettingsMut

Type Alias UVMapSettingsMut 

Source
pub type UVMapSettingsMut<'a, Ctxt> = DataMut<'a, &'a mut UVMapSettings, Ctxt>;

Aliased Type§

pub struct UVMapSettingsMut<'a, Ctxt> { /* private fields */ }

Implementations§

Source§

impl<S: ContextHolder> UVMapSettingsMut<'_, S>
where Self: DataMutTrait,

Source

pub fn set_color_1(&mut self, color: [f32; 4])

Source

pub fn set_color_2(&mut self, color: [f32; 4])

Source

pub fn set_pattern_frequency(&mut self, frequency: f32)