MonoTouch.SceneKit.SCNWrapMode Enumeration
Enumerates texture-wrapping techniques.

Syntax

[MonoTouch.ObjCRuntime.Availability(MonoTouch.ObjCRuntime.Platform.iOS_8_0 | MonoTouch.ObjCRuntime.Platform.iOS_8_1 | MonoTouch.ObjCRuntime.Platform.iOS_8_2 | MonoTouch.ObjCRuntime.Platform.Mac_10_0 | MonoTouch.ObjCRuntime.Platform.Mac_10_1 | MonoTouch.ObjCRuntime.Platform.Mac_10_2 | MonoTouch.ObjCRuntime.Platform.Mac_10_3 | MonoTouch.ObjCRuntime.Platform.Mac_10_4 | MonoTouch.ObjCRuntime.Platform.Mac_10_5 | MonoTouch.ObjCRuntime.Platform.Mac_10_6 | MonoTouch.ObjCRuntime.Platform.Mac_10_7 | MonoTouch.ObjCRuntime.Platform.Mac_10_8 | MonoTouch.ObjCRuntime.Platform.Mac_10_9 | MonoTouch.ObjCRuntime.Platform.Mac_10_10 | MonoTouch.ObjCRuntime.Platform.iOS_Version | MonoTouch.ObjCRuntime.Platform.Mac_Version, MonoTouch.ObjCRuntime.Platform.None, MonoTouch.ObjCRuntime.Platform.None, MonoTouch.ObjCRuntime.Platform.None)]
[MonoTouch.ObjCRuntime.Native]
public enum SCNWrapMode

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
ClampClamps texture coordinates to the range [0,1].
ClampToBorderUses texture colors in the range [0,1] and the material's border color otherwise.
MirrorTexture coordinates outside the range [0,1] are treated as if the range reverses before repeating.
RepeatUses the fractional part of the texture coordinate, so effectively 0.0 to less than 1.0.

Requirements

Namespace: MonoTouch.SceneKit
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0