SpriteAnimator.Speed Property
Definition¶
Namespace: Brine2D.Animation
Gets or sets the playback speed multiplier. Clamped to zero on the low end.
A value of 0 effectively freezes playback without losing clip state. Use
Pause() for an explicit pause that also sets IsPaused.
public float Speed { get; set; }