共用方式為


SKTextureAtlas.FromDictionary(NSDictionary) 方法

定義

從具有值之字典建立新的紋理圖集:NSImage、UIImage 或 NSURL 物件;或描述紋理檔案系統路徑的 NSString。

[Foundation.Export("atlasWithDictionary:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public static SpriteKit.SKTextureAtlas FromDictionary (Foundation.NSDictionary properties);
static member FromDictionary : Foundation.NSDictionary -> SpriteKit.SKTextureAtlas

參數

properties
NSDictionary

傳回

屬性

適用於