-
-
Save vs-mobiletools-engineering-service2/3d1a8788789e115e151c00437baac88c to your computer and use it in GitHub Desktop.
generator-diff/generator.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/old/dotnet/ios/generated-sources/SpriteKit/SKAction.g.cs b/new/dotnet/ios/generated-sources/SpriteKit/SKAction.g.cs | |
index 58a1a09..981772c 100644 | |
--- a/old/dotnet/ios/generated-sources/SpriteKit/SKAction.g.cs | |
+++ b/new/dotnet/ios/generated-sources/SpriteKit/SKAction.g.cs | |
@@ -606,10 +606,10 @@ namespace SpriteKit { | |
} | |
[Export ("followPath:asOffset:orientToPath:duration:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public static SKAction FollowPath (CGPath path, bool offset, bool orientToPath, double sec) | |
+ public static SKAction FollowPath (CGPath path, bool offset, bool orient, double sec) | |
{ | |
var path__handle__ = path!.GetNonNullHandle (nameof (path)); | |
- return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_bool_bool_Double (class_ptr, Selector.GetHandle ("followPath:asOffset:orientToPath:duration:"), path.Handle, offset, orientToPath, sec))!; | |
+ return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_bool_bool_Double (class_ptr, Selector.GetHandle ("followPath:asOffset:orientToPath:duration:"), path.Handle, offset, orient, sec))!; | |
} | |
[Export ("followPath:speed:")] | |
[SupportedOSPlatform ("ios")] | |
@@ -628,10 +628,10 @@ namespace SpriteKit { | |
[SupportedOSPlatform ("maccatalyst")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public static SKAction FollowPath (CGPath path, bool offset, bool orientToPath, nfloat speed) | |
+ public static SKAction FollowPath (CGPath path, bool offset, bool orient, nfloat speed) | |
{ | |
var path__handle__ = path!.GetNonNullHandle (nameof (path)); | |
- return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_bool_bool_nfloat (class_ptr, Selector.GetHandle ("followPath:asOffset:orientToPath:speed:"), path.Handle, offset, orientToPath, speed))!; | |
+ return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_bool_bool_nfloat (class_ptr, Selector.GetHandle ("followPath:asOffset:orientToPath:speed:"), path.Handle, offset, orient, speed))!; | |
} | |
[Export ("group:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
diff --git a/old/dotnet/maccatalyst/generated-sources/SpriteKit/SKAction.g.cs b/new/dotnet/maccatalyst/generated-sources/SpriteKit/SKAction.g.cs | |
index 24ab1b6..a065b0f 100644 | |
--- a/old/dotnet/maccatalyst/generated-sources/SpriteKit/SKAction.g.cs | |
+++ b/new/dotnet/maccatalyst/generated-sources/SpriteKit/SKAction.g.cs | |
@@ -606,10 +606,10 @@ namespace SpriteKit { | |
} | |
[Export ("followPath:asOffset:orientToPath:duration:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public static SKAction FollowPath (CGPath path, bool offset, bool orientToPath, double sec) | |
+ public static SKAction FollowPath (CGPath path, bool offset, bool orient, double sec) | |
{ | |
var path__handle__ = path!.GetNonNullHandle (nameof (path)); | |
- return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_bool_bool_Double (class_ptr, Selector.GetHandle ("followPath:asOffset:orientToPath:duration:"), path.Handle, offset, orientToPath, sec))!; | |
+ return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_bool_bool_Double (class_ptr, Selector.GetHandle ("followPath:asOffset:orientToPath:duration:"), path.Handle, offset, orient, sec))!; | |
} | |
[Export ("followPath:speed:")] | |
[SupportedOSPlatform ("ios")] | |
@@ -628,10 +628,10 @@ namespace SpriteKit { | |
[SupportedOSPlatform ("maccatalyst")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public static SKAction FollowPath (CGPath path, bool offset, bool orientToPath, nfloat speed) | |
+ public static SKAction FollowPath (CGPath path, bool offset, bool orient, nfloat speed) | |
{ | |
var path__handle__ = path!.GetNonNullHandle (nameof (path)); | |
- return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_bool_bool_nfloat (class_ptr, Selector.GetHandle ("followPath:asOffset:orientToPath:speed:"), path.Handle, offset, orientToPath, speed))!; | |
+ return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_bool_bool_nfloat (class_ptr, Selector.GetHandle ("followPath:asOffset:orientToPath:speed:"), path.Handle, offset, orient, speed))!; | |
} | |
[Export ("group:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
diff --git a/old/dotnet/macos/generated-sources/SpriteKit/SKAction.g.cs b/new/dotnet/macos/generated-sources/SpriteKit/SKAction.g.cs | |
index ddc9212..565d859 100644 | |
--- a/old/dotnet/macos/generated-sources/SpriteKit/SKAction.g.cs | |
+++ b/new/dotnet/macos/generated-sources/SpriteKit/SKAction.g.cs | |
@@ -919,10 +919,10 @@ namespace SpriteKit { | |
} | |
[Export ("followPath:asOffset:orientToPath:duration:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public static SKAction FollowPath (CGPath path, bool offset, bool orientToPath, double sec) | |
+ public static SKAction FollowPath (CGPath path, bool offset, bool orient, double sec) | |
{ | |
var path__handle__ = path!.GetNonNullHandle (nameof (path)); | |
- return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_bool_bool_Double (class_ptr, selFollowPath_AsOffset_OrientToPath_Duration_XHandle, path.Handle, offset, orientToPath, sec))!; | |
+ return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_bool_bool_Double (class_ptr, selFollowPath_AsOffset_OrientToPath_Duration_XHandle, path.Handle, offset, orient, sec))!; | |
} | |
[Export ("followPath:speed:")] | |
[SupportedOSPlatform ("ios")] | |
@@ -941,10 +941,10 @@ namespace SpriteKit { | |
[SupportedOSPlatform ("maccatalyst")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public static SKAction FollowPath (CGPath path, bool offset, bool orientToPath, nfloat speed) | |
+ public static SKAction FollowPath (CGPath path, bool offset, bool orient, nfloat speed) | |
{ | |
var path__handle__ = path!.GetNonNullHandle (nameof (path)); | |
- return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_bool_bool_nfloat (class_ptr, selFollowPath_AsOffset_OrientToPath_Speed_XHandle, path.Handle, offset, orientToPath, speed))!; | |
+ return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_bool_bool_nfloat (class_ptr, selFollowPath_AsOffset_OrientToPath_Speed_XHandle, path.Handle, offset, orient, speed))!; | |
} | |
[Export ("group:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
diff --git a/old/dotnet/tvos/generated-sources/SpriteKit/SKAction.g.cs b/new/dotnet/tvos/generated-sources/SpriteKit/SKAction.g.cs | |
index 0cdc348..ab273a6 100644 | |
--- a/old/dotnet/tvos/generated-sources/SpriteKit/SKAction.g.cs | |
+++ b/new/dotnet/tvos/generated-sources/SpriteKit/SKAction.g.cs | |
@@ -597,10 +597,10 @@ namespace SpriteKit { | |
} | |
[Export ("followPath:asOffset:orientToPath:duration:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public static SKAction FollowPath (CGPath path, bool offset, bool orientToPath, double sec) | |
+ public static SKAction FollowPath (CGPath path, bool offset, bool orient, double sec) | |
{ | |
var path__handle__ = path!.GetNonNullHandle (nameof (path)); | |
- return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_bool_bool_Double (class_ptr, Selector.GetHandle ("followPath:asOffset:orientToPath:duration:"), path.Handle, offset, orientToPath, sec))!; | |
+ return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_bool_bool_Double (class_ptr, Selector.GetHandle ("followPath:asOffset:orientToPath:duration:"), path.Handle, offset, orient, sec))!; | |
} | |
[Export ("followPath:speed:")] | |
[SupportedOSPlatform ("ios")] | |
@@ -619,10 +619,10 @@ namespace SpriteKit { | |
[SupportedOSPlatform ("maccatalyst")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public static SKAction FollowPath (CGPath path, bool offset, bool orientToPath, nfloat speed) | |
+ public static SKAction FollowPath (CGPath path, bool offset, bool orient, nfloat speed) | |
{ | |
var path__handle__ = path!.GetNonNullHandle (nameof (path)); | |
- return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_bool_bool_nfloat (class_ptr, Selector.GetHandle ("followPath:asOffset:orientToPath:speed:"), path.Handle, offset, orientToPath, speed))!; | |
+ return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_bool_bool_nfloat (class_ptr, Selector.GetHandle ("followPath:asOffset:orientToPath:speed:"), path.Handle, offset, orient, speed))!; | |
} | |
[Export ("group:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
diff --git a/old/ios/native/SpriteKit/SKAction.g.cs b/new/ios/native/SpriteKit/SKAction.g.cs | |
index 06ed8cc..80bd020 100644 | |
--- a/old/ios/native/SpriteKit/SKAction.g.cs | |
+++ b/new/ios/native/SpriteKit/SKAction.g.cs | |
@@ -526,10 +526,10 @@ namespace SpriteKit { | |
} | |
[Export ("followPath:asOffset:orientToPath:duration:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public static SKAction FollowPath (CGPath path, bool offset, bool orientToPath, double sec) | |
+ public static SKAction FollowPath (CGPath path, bool offset, bool orient, double sec) | |
{ | |
var path__handle__ = path!.GetNonNullHandle (nameof (path)); | |
- return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_bool_bool_Double (class_ptr, Selector.GetHandle ("followPath:asOffset:orientToPath:duration:"), path.Handle, offset, orientToPath, sec))!; | |
+ return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_bool_bool_Double (class_ptr, Selector.GetHandle ("followPath:asOffset:orientToPath:duration:"), path.Handle, offset, orient, sec))!; | |
} | |
[Export ("followPath:speed:")] | |
[Introduced (PlatformName.iOS, 8,0, ObjCRuntime.PlatformArchitecture.All)] | |
@@ -544,10 +544,10 @@ namespace SpriteKit { | |
[Introduced (PlatformName.iOS, 8,0, ObjCRuntime.PlatformArchitecture.All)] | |
[Introduced (PlatformName.MacOSX, 10,10, ObjCRuntime.PlatformArchitecture.All)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public static SKAction FollowPath (CGPath path, bool offset, bool orientToPath, nfloat speed) | |
+ public static SKAction FollowPath (CGPath path, bool offset, bool orient, nfloat speed) | |
{ | |
var path__handle__ = path!.GetNonNullHandle (nameof (path)); | |
- return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_bool_bool_nfloat (class_ptr, Selector.GetHandle ("followPath:asOffset:orientToPath:speed:"), path.Handle, offset, orientToPath, speed))!; | |
+ return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_bool_bool_nfloat (class_ptr, Selector.GetHandle ("followPath:asOffset:orientToPath:speed:"), path.Handle, offset, orient, speed))!; | |
} | |
[Export ("group:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
diff --git a/old/mac/full/SpriteKit/SKAction.g.cs b/new/mac/full/SpriteKit/SKAction.g.cs | |
index 7f3b559..2af03d2 100644 | |
--- a/old/mac/full/SpriteKit/SKAction.g.cs | |
+++ b/new/mac/full/SpriteKit/SKAction.g.cs | |
@@ -839,10 +839,10 @@ namespace SpriteKit { | |
} | |
[Export ("followPath:asOffset:orientToPath:duration:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public static SKAction FollowPath (CGPath path, bool offset, bool orientToPath, double sec) | |
+ public static SKAction FollowPath (CGPath path, bool offset, bool orient, double sec) | |
{ | |
var path__handle__ = path!.GetNonNullHandle (nameof (path)); | |
- return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_bool_bool_Double (class_ptr, selFollowPath_AsOffset_OrientToPath_Duration_XHandle, path.Handle, offset, orientToPath, sec))!; | |
+ return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_bool_bool_Double (class_ptr, selFollowPath_AsOffset_OrientToPath_Duration_XHandle, path.Handle, offset, orient, sec))!; | |
} | |
[Export ("followPath:speed:")] | |
[Introduced (PlatformName.iOS, 8,0, ObjCRuntime.PlatformArchitecture.All)] | |
@@ -857,10 +857,10 @@ namespace SpriteKit { | |
[Introduced (PlatformName.iOS, 8,0, ObjCRuntime.PlatformArchitecture.All)] | |
[Introduced (PlatformName.MacOSX, 10,10, ObjCRuntime.PlatformArchitecture.All)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public static SKAction FollowPath (CGPath path, bool offset, bool orientToPath, nfloat speed) | |
+ public static SKAction FollowPath (CGPath path, bool offset, bool orient, nfloat speed) | |
{ | |
var path__handle__ = path!.GetNonNullHandle (nameof (path)); | |
- return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_bool_bool_nfloat (class_ptr, selFollowPath_AsOffset_OrientToPath_Speed_XHandle, path.Handle, offset, orientToPath, speed))!; | |
+ return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_bool_bool_nfloat (class_ptr, selFollowPath_AsOffset_OrientToPath_Speed_XHandle, path.Handle, offset, orient, speed))!; | |
} | |
[Export ("group:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
diff --git a/old/mac/mobile/SpriteKit/SKAction.g.cs b/new/mac/mobile/SpriteKit/SKAction.g.cs | |
index 7f3b559..2af03d2 100644 | |
--- a/old/mac/mobile/SpriteKit/SKAction.g.cs | |
+++ b/new/mac/mobile/SpriteKit/SKAction.g.cs | |
@@ -839,10 +839,10 @@ namespace SpriteKit { | |
} | |
[Export ("followPath:asOffset:orientToPath:duration:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public static SKAction FollowPath (CGPath path, bool offset, bool orientToPath, double sec) | |
+ public static SKAction FollowPath (CGPath path, bool offset, bool orient, double sec) | |
{ | |
var path__handle__ = path!.GetNonNullHandle (nameof (path)); | |
- return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_bool_bool_Double (class_ptr, selFollowPath_AsOffset_OrientToPath_Duration_XHandle, path.Handle, offset, orientToPath, sec))!; | |
+ return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_bool_bool_Double (class_ptr, selFollowPath_AsOffset_OrientToPath_Duration_XHandle, path.Handle, offset, orient, sec))!; | |
} | |
[Export ("followPath:speed:")] | |
[Introduced (PlatformName.iOS, 8,0, ObjCRuntime.PlatformArchitecture.All)] | |
@@ -857,10 +857,10 @@ namespace SpriteKit { | |
[Introduced (PlatformName.iOS, 8,0, ObjCRuntime.PlatformArchitecture.All)] | |
[Introduced (PlatformName.MacOSX, 10,10, ObjCRuntime.PlatformArchitecture.All)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public static SKAction FollowPath (CGPath path, bool offset, bool orientToPath, nfloat speed) | |
+ public static SKAction FollowPath (CGPath path, bool offset, bool orient, nfloat speed) | |
{ | |
var path__handle__ = path!.GetNonNullHandle (nameof (path)); | |
- return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_bool_bool_nfloat (class_ptr, selFollowPath_AsOffset_OrientToPath_Speed_XHandle, path.Handle, offset, orientToPath, speed))!; | |
+ return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_bool_bool_nfloat (class_ptr, selFollowPath_AsOffset_OrientToPath_Speed_XHandle, path.Handle, offset, orient, speed))!; | |
} | |
[Export ("group:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
diff --git a/old/tvos/tvos/SpriteKit/SKAction.g.cs b/new/tvos/tvos/SpriteKit/SKAction.g.cs | |
index aaba67f..3f491e6 100644 | |
--- a/old/tvos/tvos/SpriteKit/SKAction.g.cs | |
+++ b/new/tvos/tvos/SpriteKit/SKAction.g.cs | |
@@ -517,10 +517,10 @@ namespace SpriteKit { | |
} | |
[Export ("followPath:asOffset:orientToPath:duration:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public static SKAction FollowPath (CGPath path, bool offset, bool orientToPath, double sec) | |
+ public static SKAction FollowPath (CGPath path, bool offset, bool orient, double sec) | |
{ | |
var path__handle__ = path!.GetNonNullHandle (nameof (path)); | |
- return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_bool_bool_Double (class_ptr, Selector.GetHandle ("followPath:asOffset:orientToPath:duration:"), path.Handle, offset, orientToPath, sec))!; | |
+ return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_bool_bool_Double (class_ptr, Selector.GetHandle ("followPath:asOffset:orientToPath:duration:"), path.Handle, offset, orient, sec))!; | |
} | |
[Export ("followPath:speed:")] | |
[Introduced (PlatformName.iOS, 8,0, ObjCRuntime.PlatformArchitecture.All)] | |
@@ -535,10 +535,10 @@ namespace SpriteKit { | |
[Introduced (PlatformName.iOS, 8,0, ObjCRuntime.PlatformArchitecture.All)] | |
[Introduced (PlatformName.MacOSX, 10,10, ObjCRuntime.PlatformArchitecture.All)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public static SKAction FollowPath (CGPath path, bool offset, bool orientToPath, nfloat speed) | |
+ public static SKAction FollowPath (CGPath path, bool offset, bool orient, nfloat speed) | |
{ | |
var path__handle__ = path!.GetNonNullHandle (nameof (path)); | |
- return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_bool_bool_nfloat (class_ptr, Selector.GetHandle ("followPath:asOffset:orientToPath:speed:"), path.Handle, offset, orientToPath, speed))!; | |
+ return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_bool_bool_nfloat (class_ptr, Selector.GetHandle ("followPath:asOffset:orientToPath:speed:"), path.Handle, offset, orient, speed))!; | |
} | |
[Export ("group:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
diff --git a/old/watch/watch/SpriteKit/SKAction.g.cs b/new/watch/watch/SpriteKit/SKAction.g.cs | |
index 2961d53..5af0e35 100644 | |
--- a/old/watch/watch/SpriteKit/SKAction.g.cs | |
+++ b/new/watch/watch/SpriteKit/SKAction.g.cs | |
@@ -508,10 +508,10 @@ namespace SpriteKit { | |
} | |
[Export ("followPath:asOffset:orientToPath:duration:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public static SKAction FollowPath (CGPath path, bool offset, bool orientToPath, double sec) | |
+ public static SKAction FollowPath (CGPath path, bool offset, bool orient, double sec) | |
{ | |
var path__handle__ = path!.GetNonNullHandle (nameof (path)); | |
- return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_bool_bool_Double (class_ptr, Selector.GetHandle ("followPath:asOffset:orientToPath:duration:"), path.Handle, offset, orientToPath, sec))!; | |
+ return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_bool_bool_Double (class_ptr, Selector.GetHandle ("followPath:asOffset:orientToPath:duration:"), path.Handle, offset, orient, sec))!; | |
} | |
[Export ("followPath:speed:")] | |
[Introduced (PlatformName.iOS, 8,0, ObjCRuntime.PlatformArchitecture.All)] | |
@@ -526,10 +526,10 @@ namespace SpriteKit { | |
[Introduced (PlatformName.iOS, 8,0, ObjCRuntime.PlatformArchitecture.All)] | |
[Introduced (PlatformName.MacOSX, 10,10, ObjCRuntime.PlatformArchitecture.All)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public static SKAction FollowPath (CGPath path, bool offset, bool orientToPath, nfloat speed) | |
+ public static SKAction FollowPath (CGPath path, bool offset, bool orient, nfloat speed) | |
{ | |
var path__handle__ = path!.GetNonNullHandle (nameof (path)); | |
- return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_bool_bool_nfloat (class_ptr, Selector.GetHandle ("followPath:asOffset:orientToPath:speed:"), path.Handle, offset, orientToPath, speed))!; | |
+ return Runtime.GetNSObject<SKAction> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_bool_bool_nfloat (class_ptr, Selector.GetHandle ("followPath:asOffset:orientToPath:speed:"), path.Handle, offset, orient, speed))!; | |
} | |
[Export ("group:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment