SKAction.Animate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Animate(SKWarpGeometry[], NSNumber[]) | |
| Animate(SKWarpGeometry[], NSNumber[], Boolean) |
Animate(SKWarpGeometry[], NSNumber[])
[Foundation.Export("animateWithWarps:times:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static SpriteKit.SKAction? Animate(SpriteKit.SKWarpGeometry[] warps, Foundation.NSNumber[] times);
[<Foundation.Export("animateWithWarps:times:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Animate : SpriteKit.SKWarpGeometry[] * Foundation.NSNumber[] -> SpriteKit.SKAction
Parameters
- warps
- SKWarpGeometry[]
- times
- NSNumber[]
Returns
- Attributes
Applies to
Animate(SKWarpGeometry[], NSNumber[], Boolean)
[Foundation.Export("animateWithWarps:times:restore:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static SpriteKit.SKAction? Animate(SpriteKit.SKWarpGeometry[] warps, Foundation.NSNumber[] times, bool restore);
[<Foundation.Export("animateWithWarps:times:restore:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Animate : SpriteKit.SKWarpGeometry[] * Foundation.NSNumber[] * bool -> SpriteKit.SKAction
Parameters
- warps
- SKWarpGeometry[]
- times
- NSNumber[]
- restore
- Boolean
Returns
- Attributes