SKAction.SetNormalTexture Método

Definição

Sobrecargas

SetNormalTexture(SKTexture)

Método factory que cria um SKAction que altera o NormalTexture de um SKSpriteNode.

SetNormalTexture(SKTexture, Boolean)

Método factory que cria um SKAction que altera o NormalTexture de um SKSpriteNode.

SetNormalTexture(SKTexture)

Método factory que cria um SKAction que altera o NormalTexture de um SKSpriteNode.

[Foundation.Export("setNormalTexture:")]
[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 SetNormalTexture (SpriteKit.SKTexture texture);
static member SetNormalTexture : SpriteKit.SKTexture -> SpriteKit.SKAction

Parâmetros

texture
SKTexture

Retornos

Atributos

Aplica-se a

SetNormalTexture(SKTexture, Boolean)

Método factory que cria um SKAction que altera o NormalTexture de um SKSpriteNode.

[Foundation.Export("setNormalTexture:resize:")]
[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 SetNormalTexture (SpriteKit.SKTexture texture, bool resize);
static member SetNormalTexture : SpriteKit.SKTexture * bool -> SpriteKit.SKAction

Parâmetros

texture
SKTexture
resize
Boolean

Retornos

Atributos

Aplica-se a