다음을 통해 공유


MTKTextureLoader.FromNames 메서드

정의

오버로드

FromNames(String[], nfloat, NSBundle, NSDictionary, MTKTextureLoaderArrayCallback)
FromNames(String[], nfloat, NSBundle, MTKTextureLoaderOptions, MTKTextureLoaderArrayCallback)
FromNames(String[], nfloat, NSDisplayGamut, NSBundle, NSDictionary, MTKTextureLoaderArrayCallback)
FromNames(String[], nfloat, NSDisplayGamut, NSBundle, MTKTextureLoaderOptions, MTKTextureLoaderArrayCallback)

FromNames(String[], nfloat, NSBundle, NSDictionary, MTKTextureLoaderArrayCallback)

[Foundation.Export("newTexturesWithNames:scaleFactor:bundle:options:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual void FromNames(string[] names, nfloat scaleFactor, Foundation.NSBundle bundle, Foundation.NSDictionary options, MetalKit.MTKTextureLoaderArrayCallback completionHandler);
abstract member FromNames : string[] * nfloat * Foundation.NSBundle * Foundation.NSDictionary * MetalKit.MTKTextureLoaderArrayCallback -> unit
override this.FromNames : string[] * nfloat * Foundation.NSBundle * Foundation.NSDictionary * MetalKit.MTKTextureLoaderArrayCallback -> unit

매개 변수

names
String[]
scaleFactor
nfloat
bundle
NSBundle

추가될 예정입니다.

이 매개 변수는 null일 수 있습니다.

options
NSDictionary

추가될 예정입니다.

이 매개 변수는 null일 수 있습니다.

completionHandler
MTKTextureLoaderArrayCallback
특성

적용 대상

FromNames(String[], nfloat, NSBundle, MTKTextureLoaderOptions, MTKTextureLoaderArrayCallback)

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public void FromNames(string[] names, nfloat scaleFactor, Foundation.NSBundle bundle, MetalKit.MTKTextureLoaderOptions options, MetalKit.MTKTextureLoaderArrayCallback completionHandler);
member this.FromNames : string[] * nfloat * Foundation.NSBundle * MetalKit.MTKTextureLoaderOptions * MetalKit.MTKTextureLoaderArrayCallback -> unit

매개 변수

names
String[]
scaleFactor
nfloat
bundle
NSBundle
completionHandler
MTKTextureLoaderArrayCallback
특성

적용 대상

FromNames(String[], nfloat, NSDisplayGamut, NSBundle, NSDictionary, MTKTextureLoaderArrayCallback)

[Foundation.Export("newTexturesWithNames:scaleFactor:displayGamut:bundle:options:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.iOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void FromNames(string[] names, nfloat scaleFactor, AppKit.NSDisplayGamut displayGamut, Foundation.NSBundle bundle, Foundation.NSDictionary options, MetalKit.MTKTextureLoaderArrayCallback completionHandler);
abstract member FromNames : string[] * nfloat * AppKit.NSDisplayGamut * Foundation.NSBundle * Foundation.NSDictionary * MetalKit.MTKTextureLoaderArrayCallback -> unit
override this.FromNames : string[] * nfloat * AppKit.NSDisplayGamut * Foundation.NSBundle * Foundation.NSDictionary * MetalKit.MTKTextureLoaderArrayCallback -> unit

매개 변수

names
String[]
scaleFactor
nfloat
displayGamut
NSDisplayGamut
bundle
NSBundle
options
NSDictionary
completionHandler
MTKTextureLoaderArrayCallback
특성

적용 대상

FromNames(String[], nfloat, NSDisplayGamut, NSBundle, MTKTextureLoaderOptions, MTKTextureLoaderArrayCallback)

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.iOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public void FromNames(string[] names, nfloat scaleFactor, AppKit.NSDisplayGamut displayGamut, Foundation.NSBundle bundle, MetalKit.MTKTextureLoaderOptions options, MetalKit.MTKTextureLoaderArrayCallback completionHandler);
member this.FromNames : string[] * nfloat * AppKit.NSDisplayGamut * Foundation.NSBundle * MetalKit.MTKTextureLoaderOptions * MetalKit.MTKTextureLoaderArrayCallback -> unit

매개 변수

names
String[]
scaleFactor
nfloat
displayGamut
NSDisplayGamut
bundle
NSBundle
completionHandler
MTKTextureLoaderArrayCallback
특성

적용 대상