Enum WrapModeType

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

This specifies wrap mode types.
WrapModeU and WrapModeV separately decide how the texture should be sampled when the u and v coordinate exceeds the range of 0.0 to 1.0.

C#
Copy
public enum WrapModeType
Name Description
ClampToEdge

Clamp to edge.

Default

The default value.

MirroredRepeat

Mirrored repeat.

Repeat

Repeat.