sharpdx / SharpDX

SharpDX GitHub Repository
http://sharpdx.org
MIT License
1.68k stars 641 forks source link

[Animation] Fix problem with KeyFrame #928 #1078

Closed DTXMania closed 5 years ago

DTXMania commented 5 years ago

We will use IntPtr instead of KeyFrame.

Sample: IntPtr keyframe1 = _Storyboard.AddKeyframeAtOffset( new IntPtr( -1 ), 5.0 ); IntPtr keyframe2 = _Storyboard.AddKeyframeAtOffset( keyframe1, 2.0 );