Поделиться через


SKAction.SetNormalTexture Метод

Определение

Перегрузки

SetNormalTexture(SKTexture)

Метод фабрики, создающий SKAction объект , изменяющий NormalTextureSKSpriteNode.

SetNormalTexture(SKTexture, Boolean)

Метод фабрики, создающий SKAction объект , изменяющий NormalTextureSKSpriteNode.

SetNormalTexture(SKTexture)

Метод фабрики, создающий SKAction объект , изменяющий NormalTextureSKSpriteNode.

[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

Параметры

texture
SKTexture

Возвращаемое значение

Атрибуты

Применяется к

SetNormalTexture(SKTexture, Boolean)

Метод фабрики, создающий SKAction объект , изменяющий NormalTextureSKSpriteNode.

[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

Параметры

texture
SKTexture
resize
Boolean

Возвращаемое значение

Атрибуты

Применяется к