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

반환

특성

적용 대상