SCNWrapMode 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉紋理包裝技術。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum SCNWrapMode
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public enum SCNWrapMode
type SCNWrapMode =
- 繼承
-
SCNWrapMode
- 屬性
欄位
Clamp | 1 | 限制範圍 [0,1] 的紋理座標。 |
ClampToBorder | 3 | 使用範圍 [0,1] 中的紋理色彩,否則會使用材質的框線色彩。 |
Mirror | 4 | 範圍 [0,1] 以外的紋理座標會被視為在重複之前反轉範圍。 |
Repeat | 2 | 使用紋理座標的小數部分,因此實際上 0.0 到小於 1.0。 |