共用方式為


SCNWrapMode 列舉

定義

列舉紋理包裝技術。

[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。

適用於