SKAction.AnimateWithTextures 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 |
|---|---|
| AnimateWithTextures(SKTexture[], Double) | |
| AnimateWithTextures(SKTexture[], Double, Boolean, Boolean) |
AnimateWithTextures(SKTexture[], Double)
[Foundation.Export("animateWithTextures:timePerFrame:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static SpriteKit.SKAction AnimateWithTextures(SpriteKit.SKTexture[] textures, double sec);
[<Foundation.Export("animateWithTextures:timePerFrame:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member AnimateWithTextures : SpriteKit.SKTexture[] * double -> SpriteKit.SKAction
Parameters
- textures
- SKTexture[]
- sec
- Double
Returns
- Attributes
Applies to
AnimateWithTextures(SKTexture[], Double, Boolean, Boolean)
[Foundation.Export("animateWithTextures:timePerFrame:resize:restore:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static SpriteKit.SKAction AnimateWithTextures(SpriteKit.SKTexture[] textures, double sec, bool resize, bool restore);
[<Foundation.Export("animateWithTextures:timePerFrame:resize:restore:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member AnimateWithTextures : SpriteKit.SKTexture[] * double * bool * bool -> SpriteKit.SKAction
Parameters
- textures
- SKTexture[]
- sec
- Double
- resize
- Boolean
- restore
- Boolean
Returns
- Attributes