pub fn var_derived<T: VarValue>(initial_value: T, source: &AnyVar) -> Var<T>Expand description
New read/write shared reference type-erased variable that has initial value derived from source.
This function is useful for creating custom mapping outputs, the new variable
starts with the same AnyVar::last_update and animation handle as the source.