从时间轴触发命令
我正在尝试从时间线中的帧触发 C# 函数/方法。我该怎么做?
我不知道这是否可能,因为我已经搜索过谷歌并知道如何从代码中控制时间线,但我不知道是否可以反过来做。
I am trying to trigger a C# function/method from a frame in the timeline. How do I do that?
I don't know if it is possible, as I have searched Google and know how to control the timeline from the code, but I don't know if it is possible to do it the other way round.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以处理任何动画的已完成 事件。
You can handle any animation's Completed event.