Function ambient_api::core::animation::components::blend
source · pub fn blend() -> Component<f32>
Expand description
Blend: Blend two animations together. The values is the blend weight. Use children
to set the animations. Blend 0 means we only sample from the first animation, 1 means only the second one, and values in between blend between them.
Attributes: Debuggable, Networked