What it does
animation.makeAdditive creates a Additive in animation. It takes name.
Signature
animation.makeAdditive(name)Arguments
name
Example · generated
function start() { animation.makeAdditive('main');}animation.makeAdditive is called with values of the shape its signature asks for. The code sits in start(), which the engine calls once, when the entity spawns.