MTKTextureLoaderOptions Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MTKTextureLoaderOptions() |
Creates a new texture loader options object with default values. |
MTKTextureLoaderOptions(NSDictionary) |
Creates a new texture loader options object with the specified |
MTKTextureLoaderOptions()
Creates a new texture loader options object with default values.
[Foundation.Preserve(Conditional=true)]
public MTKTextureLoaderOptions ();
- Attributes
Applies to
MTKTextureLoaderOptions(NSDictionary)
Creates a new texture loader options object with the specified dictionary
of values.
[Foundation.Preserve(Conditional=true)]
public MTKTextureLoaderOptions (Foundation.NSDictionary dictionary);
new MetalKit.MTKTextureLoaderOptions : Foundation.NSDictionary -> MetalKit.MTKTextureLoaderOptions
Parameters
- dictionary
- NSDictionary
- Attributes