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/45ed6c36d55bfc79988227329a7625c3 to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/45ed6c36d55bfc79988227329a7625c3 to your computer and use it in GitHub Desktop.
previous-api-comparison/diff/dotnet/Microsoft.macOS.Ref/ref/net7.0/Microsoft.macOS.md

API diff: Microsoft.macOS.dll

Microsoft.macOS.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