次の方法で共有


MDLTexture.WriteToUrl メソッド

定義

オーバーロード

WriteToUrl(NSUrl)

指定した URL にテクスチャ データを書き込みます。

WriteToUrl(NSUrl, nuint)
WriteToUrl(NSUrl, String)

指定した URL にテクスチャ データを書き込みます。

WriteToUrl(NSUrl, String, nuint)

WriteToUrl(NSUrl)

指定した URL にテクスチャ データを書き込みます。

[Foundation.Export("writeToURL:")]
public virtual bool WriteToUrl (Foundation.NSUrl url);
abstract member WriteToUrl : Foundation.NSUrl -> bool
override this.WriteToUrl : Foundation.NSUrl -> bool

パラメーター

url
NSUrl

戻り値

属性

適用対象

WriteToUrl(NSUrl, nuint)

[Foundation.Export("writeToURL:level:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool WriteToUrl (Foundation.NSUrl url, nuint level);
abstract member WriteToUrl : Foundation.NSUrl * nuint -> bool
override this.WriteToUrl : Foundation.NSUrl * nuint -> bool

パラメーター

url
NSUrl
level
System.System.UIntPtr System.unativeint

戻り値

属性

適用対象

WriteToUrl(NSUrl, String)

指定した URL にテクスチャ データを書き込みます。

[Foundation.Export("writeToURL:type:")]
public virtual bool WriteToUrl (Foundation.NSUrl url, string type);
abstract member WriteToUrl : Foundation.NSUrl * string -> bool
override this.WriteToUrl : Foundation.NSUrl * string -> bool

パラメーター

url
NSUrl
type
String

戻り値

属性

適用対象

WriteToUrl(NSUrl, String, nuint)

[Foundation.Export("writeToURL:type:level:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool WriteToUrl (Foundation.NSUrl nsurl, string type, nuint level);
abstract member WriteToUrl : Foundation.NSUrl * string * nuint -> bool
override this.WriteToUrl : Foundation.NSUrl * string * nuint -> bool

パラメーター

nsurl
NSUrl
type
String
level
System.System.UIntPtr System.unativeint

戻り値

属性

適用対象