Enum WrapModeType
Definition
- Assembly:
- Tizen.NUI.dll
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.
public enum WrapModeType
Fields
Name | Description |
---|---|
ClampToEdge | Clamp to edge. |
Default | The default value. |
MirroredRepeat | Mirrored repeat. |
Repeat | Repeat. |