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。

适用于