SKAction.SetNormalTexture Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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