共用方式為


MDLMesh.MakeVerticesUnique 方法

定義

多載

MakeVerticesUnique()

開發人員不應該使用此已被取代的方法。 開發人員應該使用 'NSError' 多載。

MakeVerticesUnique(NSError)

MakeVerticesUnique()

開發人員不應該使用此已被取代的方法。 開發人員應該使用 'NSError' 多載。

[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
屬性

適用於

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

參數

error
NSError

傳回

屬性

適用於