Enum AddressMode
The addressing mode, defining how textures or gradients behave when being addressed outside their unit range.
Namespace: Unity.VectorGraphics
Assembly: Unity.VectorGraphics.dll
Syntax
public enum AddressMode
Fields
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. |