共用方式為


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

傳回

屬性

適用於