Freigeben über


SKAction.AnimateWithNormalTextures Methode

Definition

Überlädt

AnimateWithNormalTextures(SKTexture[], Double)

Factory-Methode, um eine SKAction zu erstellen, die Änderungen am SKSpriteNode -Objekt NormalTextureanimiert.

AnimateWithNormalTextures(SKTexture[], Double, Boolean, Boolean)

Factory-Methode, um eine SKAction zu erstellen, die Änderungen am SKSpriteNode -Objekt NormalTextureanimiert.

AnimateWithNormalTextures(SKTexture[], Double)

Factory-Methode, um eine SKAction zu erstellen, die Änderungen am SKSpriteNode -Objekt NormalTextureanimiert.

[Foundation.Export("animateWithNormalTextures:timePerFrame:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public static SpriteKit.SKAction AnimateWithNormalTextures(SpriteKit.SKTexture[] textures, double secondsPerFrame);
static member AnimateWithNormalTextures : SpriteKit.SKTexture[] * double -> SpriteKit.SKAction

Parameter

textures
SKTexture[]
secondsPerFrame
Double

Gibt zurück

Attribute

Gilt für:

AnimateWithNormalTextures(SKTexture[], Double, Boolean, Boolean)

Factory-Methode, um eine SKAction zu erstellen, die Änderungen am SKSpriteNode -Objekt NormalTextureanimiert.

[Foundation.Export("animateWithNormalTextures:timePerFrame:resize:restore:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public static SpriteKit.SKAction AnimateWithNormalTextures(SpriteKit.SKTexture[] textures, double secondsPerFrame, bool resize, bool restore);
static member AnimateWithNormalTextures : SpriteKit.SKTexture[] * double * bool * bool -> SpriteKit.SKAction

Parameter

textures
SKTexture[]
secondsPerFrame
Double
resize
Boolean
restore
Boolean

Gibt zurück

Attribute

Gilt für: