다음을 통해 공유


GLKTextureLoader.FromName 메서드

정의

[Foundation.Export("textureWithName:scaleFactor:bundle:options:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static GLKit.GLKTextureInfo FromName (string name, nfloat scaleFactor, Foundation.NSBundle bundle, Foundation.NSDictionary<Foundation.NSString,Foundation.NSNumber> options, out Foundation.NSError outError);
static member FromName : string * nfloat * Foundation.NSBundle * Foundation.NSDictionary<Foundation.NSString, Foundation.NSNumber> *  -> GLKit.GLKTextureInfo

매개 변수

name
String
scaleFactor
nfloat
bundle
NSBundle

추가될 예정입니다.

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

options
NSDictionary<NSString,NSNumber>

추가될 예정입니다.

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

outError
NSError

반환

특성

적용 대상