pub type Scales<'a> = Iter<'a, [f32; 3]>;Available on crate feature
utils only.Expand description
Animation output sampler values of type [f32; 3].
Aliased Type§
pub enum Scales<'a> {
Standard(ItemIter<'a, [f32; 3]>),
Sparse(SparseIter<'a, [f32; 3]>),
}