Reference API Roblox

Engine API

Website

Related

Reference API Roblox

AnimationNodeBlendMode

Specifies how an AnimationNodeType.OneShotNode combines its one-shot pose with its base pose.

Items 3

HistoryNameValueDescription
739Over0

Composites the one-shot pose on top of the base pose, replacing it by the current blend weight.

739Add1

Adds the one-shot pose to the base pose as an additive layer scaled by the current blend weight.

739Subtract2

Subtracts the one-shot pose from the base pose scaled by the current blend weight.

Description

Used by the AnimationNodeType.OneShotNode to choose the blend operation applied to its one-shot input as it layers over the base input. Mirrors the behavior of the AnimationNodeType.OverNode, AnimationNodeType.AddNode, and AnimationNodeType.SubtractNode nodes.

History 4

Settings