次の方法で共有


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

戻り値

属性

適用対象