pub type Vec6Editor<T> = VecEditor<T, 6>;Aliased Type§
pub struct Vec6Editor<T> {
pub widget: Widget,
pub fields: Vec<Handle<NumericUpDown<T>>>,
pub value: Matrix<T, Const<6>, Const<1>, ArrayStorage<T, 6, 1>>,
pub min: Matrix<T, Const<6>, Const<1>, ArrayStorage<T, 6, 1>>,
pub max: Matrix<T, Const<6>, Const<1>, ArrayStorage<T, 6, 1>>,
pub step: Matrix<T, Const<6>, Const<1>, ArrayStorage<T, 6, 1>>,
}Fields§
§widget: Widget§fields: Vec<Handle<NumericUpDown<T>>>§value: Matrix<T, Const<6>, Const<1>, ArrayStorage<T, 6, 1>>§min: Matrix<T, Const<6>, Const<1>, ArrayStorage<T, 6, 1>>§max: Matrix<T, Const<6>, Const<1>, ArrayStorage<T, 6, 1>>§step: Matrix<T, Const<6>, Const<1>, ArrayStorage<T, 6, 1>>