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

返回

属性

适用于