MDLMesh.MakeVerticesUnique Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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