开发者

onEnterframe and Tween in C#

开发者 https://www.devze.com 2023-03-30 06:34 出处:网络
I\'m trying to write some programs with kinect sdk in c# , I\'m a flash developer and my skills are in actionscript, and I\'ve written some simple projects with c# , the thing I wanna know is that is

I'm trying to write some programs with kinect sdk in c# , I'm a flash developer and my skills are in actionscript , and I've written some simple projects with c# , the thing I wanna know is that is there a function like onEnterFrame in C# ? or something like tween functions in C#

than开发者_运维百科ks


If you're using WPF/Silverlight, there is the CompositionTarget.Rendering event that essentially does the same thing as Flashes Event.ENTER_FRAME.

For Tweening libraries, I have used Artefact's animator with some success. I haven't used it extensively, but it worked for the primitive easing that I needed to accomplish. Site: http://artefactanimator.codeplex.com/

0

精彩评论

暂无评论...
验证码 换一张
取 消