docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)