What it does
animation.stopGroup stops Group on an animation object. It takes name.
Signature
animation.stopGroup(name)Arguments
name
Example · generated
function start() { animation.stopGroup('main');}animation.stopGroup 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.