GLKTextureLoader.FromName Method
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.
[Foundation.Export("textureWithName:scaleFactor:bundle:options:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static GLKit.GLKTextureInfo? FromName(string name, System.Runtime.InteropServices.NFloat scaleFactor, Foundation.NSBundle? bundle, Foundation.NSDictionary<Foundation.NSString,Foundation.NSNumber>? options, out Foundation.NSError outError);
[<Foundation.Export("textureWithName:scaleFactor:bundle:options:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromName : string * System.Runtime.InteropServices.NFloat * Foundation.NSBundle * Foundation.NSDictionary<Foundation.NSString, Foundation.NSNumber> * NSError -> GLKit.GLKTextureInfo
Parameters
- name
- String
- scaleFactor
- NFloat
- outError
- NSError
Returns
- Attributes