Phaser API Documentation

  Version: 
GenerateFrameNumbers
Properties:
name type arguments Default description
start number <optional> 0

The starting frame of the animation.

end number <optional> -1

The ending frame of the animation.

first boolean | number <optional> false

A frame to put at the beginning of the animation, before start or outputArray or frames.

outputArray Array.<Phaser.Types.Animations.AnimationFrame> <optional> []

An array to concatenate the output onto.

frames boolean | Array.<number> <optional> false

A custom sequence of frames.

Type:
object