BlendWeight
A numerical representation of the impact an animation has on a scene or entity.
Declaration
enum BlendWeightOverview
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
BlendWeight.bindTarget(_:defaultWeight:)BlendWeight.parameter(_:defaultWeight:)BlendWeight.value(_:)