-
Notifications
You must be signed in to change notification settings - Fork 0
C# Player Usage
Nico edited this page Aug 8, 2017
·
1 revision
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.