Contents

BlendWeight

A numerical representation of the impact an animation has on a scene or entity.

Declaration

enum BlendWeight

Overview

The BlendTreeSourceNode structure accepts this enumeration as an initializer argument.

To specify a custom weight, use the value case:

let node = BlendTreeSourceNode(
    source: animation1,
    name: "anim2",
    weight: .value(0.75))

Topics

Choosing the blend weight

Operators

See Also

Blend trees