Sprite Factory

ReadMe
Release Notes
Overview
Using the Editor
Upgrading

Concepts
Sprites
Master Sprites
Sprite Groups
Colliders
Locators
Material Sets
SpriteUpdater
SpriteCamera

Advanced
Working in Multiple Projects

Classes
Runtime Classes

Videos
Overview
Creating Sprites
Sprite Inspector
Frame Events
Collision System
Locator System
Material Sets

Links
Sprite Factory Site
Web Documentation
Support
Contact

SpriteFactory.Sprite.playbackSpeed

C#: float playbackSpeed
JS: var playbackSpeed : float

Description
Animation playback speed multiplier (0 - infinity). 1 = normal speed.

Sets the playback speed multiplier for the entire Sprite. Closer to 0 means slower animation, closer to infinity means faster animation.

Animation playback speed can also be set on individual animations via SetAnimationSpeed. Note that playbackSpeed is multiplied by the individual animation speed, so if playback speed is 0, and the animation playback speed is 10, final playback speed will be 0.

See Also
currentAnimationSpeed
SetAnimationSpeed