Enum AddressMode | Vector Graphics | 1.0.0-preview.34
docs.unity.cn
    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
    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.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX