Table of Contents

Property LoopCount

Namespace
MonoGame.Aseprite
Assembly
MonoGame.Aseprite.dll

LoopCount

Gets or Sets a value that indicates the total number of loops/cycles of this animation that should play.

public int LoopCount { get; set; }

Property Value

int

Remarks

0 = infinite looping

If IsPingPong is equal to true, each direction of the ping-pong will count as a loop.