Contents

isAdditive

A Boolean value that determines whether this action additively blends with the prior stage.

Declaration

var isAdditive: Bool { get }

Discussion

When true, the action’s animation output is relative to an absolute base value, and the animation system blends the result additively with the prior blend stage.

Apply actions additively by configuring them to produce animation offsets, such as delta values.

The default value is false.