pub struct Map {
pub node: Map,
}
Expand description
Parameter Setter API Struct for Node Map
Fields
node: Map
Implementations
sourceimpl Map
impl Map
sourcepub fn inp(self, v: f32) -> Map
pub fn inp(self, v: f32) -> Map
Set input parameter for Node Map Input inp
sourcepub fn atv(self, v: f32) -> Map
pub fn atv(self, v: f32) -> Map
Set input parameter for Node Map Input atv
sourcepub fn offs(self, v: f32) -> Map
pub fn offs(self, v: f32) -> Map
Set input parameter for Node Map Input offs
sourcepub fn imin(self, v: f32) -> Map
pub fn imin(self, v: f32) -> Map
Set input parameter for Node Map Input imin
sourcepub fn imax(self, v: f32) -> Map
pub fn imax(self, v: f32) -> Map
Set input parameter for Node Map Input imax
sourcepub fn min(self, v: f32) -> Map
pub fn min(self, v: f32) -> Map
Set input parameter for Node Map Input min
sourcepub fn max(self, v: f32) -> Map
pub fn max(self, v: f32) -> Map
Set input parameter for Node Map Input max
sourcepub fn clip(self, v: i64) -> Map
pub fn clip(self, v: i64) -> Map
Set setting for Node Map Setting clip
Auto Trait Implementations
impl !RefUnwindSafe for Map
impl !Send for Map
impl !Sync for Map
impl Unpin for Map
impl !UnwindSafe for Map
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more