Skip to content

C# Player Usage

Nico edited this page Aug 8, 2017 · 1 revision

Code sample

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();
...

Sample animations

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.

Clone this wiki locally