We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To run an animation in an endless loop add following code to your project
... BCA.Player.Instance.EndlessRepeat = true; BCA.Player.Instance.LoadAnimation(@"C:\path\to\file.bca"); BCA.Player.Instance.Start(); ...
To try out the player you can get sample animations here. There are also bitmap files containing each frame which shows how the animation looks.