Enum AddressMode
The addressing mode, defining how textures or gradients behave when being addressed outside their unit range.
Namespace: Unity.VectorGraphics
Syntax
public enum AddressModeFields
| Name | Description | 
|---|---|
| Clamp | Textures/gradients are clamped on the borders. | 
| Mirror | Textures/gradients are repeated with a mirroring pattern. | 
| Wrap | Textures/gradients are wrapping around with a repeating pattern. |