Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created August 10, 2023 19:04
Show Gist options
  • Save vs-mobiletools-engineering-service2/43e61c47a36a0344be0ce682d0c582a1 to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/43e61c47a36a0344be0ce682d0c582a1 to your computer and use it in GitHub Desktop.
previous-api-comparison/diff/dotnet/Microsoft.tvOS.Ref/ref/net7.0/Microsoft.tvOS.md

API diff: Microsoft.tvOS.dll

Microsoft.tvOS.dll

Namespace SpriteKit

Type Changed: SpriteKit.SKAction

Modified methods:

-public SKAction FollowPath (CoreGraphics.CGPath path, bool offset, bool orientToPath, double sec)
+public SKAction FollowPath (CoreGraphics.CGPath path, bool offset, bool orient, double sec)
-public SKAction FollowPath (CoreGraphics.CGPath path, bool offset, bool orientToPath, System.Runtime.InteropServices.NFloat speed)
+public SKAction FollowPath (CoreGraphics.CGPath path, bool offset, bool orient, System.Runtime.InteropServices.NFloat speed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment