MDLMesh.MakeVerticesUnique 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
傳回
- 屬性