SKTexture.FromImage 方法

定义

重载

FromImage(UIImage)

从指定图像创建纹理。

FromImage(CGImage)

从指定图像创建纹理。

FromImage(NSImage)

FromImage(UIImage)

从指定图像创建纹理。

[Foundation.Export("textureWithImage:")]
public static SpriteKit.SKTexture FromImage (UIKit.UIImage image);
static member FromImage : UIKit.UIImage -> SpriteKit.SKTexture

参数

image
UIImage

返回

属性

适用于

FromImage(CGImage)

从指定图像创建纹理。

[Foundation.Export("textureWithCGImage:")]
public static SpriteKit.SKTexture FromImage (CoreGraphics.CGImage image);
static member FromImage : CoreGraphics.CGImage -> SpriteKit.SKTexture

参数

image
CGImage

返回

属性

适用于

FromImage(NSImage)

[Foundation.Export("textureWithImage:")]
public static SpriteKit.SKTexture FromImage (AppKit.NSImage image);
static member FromImage : AppKit.NSImage -> SpriteKit.SKTexture

参数

image
NSImage

返回

属性

适用于