DragonBones / DragonBonesCSharp

DragonBones C# Runtime
MIT License
537 stars 198 forks source link

Can't stop animation #75

Closed ManituPC closed 3 years ago

ManituPC commented 3 years ago

Hi! I'm try play animation only once, but it doesn't work. I try meany function, example: armatureComponent.animation.GotoAndPlayByTime(dieAnimation, 0, 1); armatureComponent.animation.Play(dieAnimation, 1); and etc. armatureComponent is private UnityArmatureComponent armatureComponent;

ManituPC commented 3 years ago

Sorry, my trouble in code