Upravit

Sdílet prostřednictvím


MDLMesh.MakeVerticesUnique Method

Definition

Overloads

MakeVerticesUnique()

Developers should not use this deprecated method. Developers should use the 'NSError' overload.

MakeVerticesUnique(NSError)

MakeVerticesUnique()

Developers should not use this deprecated method. Developers should use the 'NSError' overload.

[Foundation.Export("makeVerticesUnique")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'NSError' overload.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.None, "Use the 'NSError' overload.")]
public virtual void MakeVerticesUnique ();
abstract member MakeVerticesUnique : unit -> unit
override this.MakeVerticesUnique : unit -> unit
Attributes

Applies to

MakeVerticesUnique(NSError)

[Foundation.Export("makeVerticesUniqueAndReturnError:")]
[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 MakeVerticesUnique (out Foundation.NSError error);
abstract member MakeVerticesUnique :  -> bool
override this.MakeVerticesUnique :  -> bool

Parameters

error
NSError

Returns

Attributes

Applies to