Enum TextureFlags | Project Tiny | 0.32.0-preview.54
docs.unity3d.com
    Show / Hide Table of Contents

    Enum TextureFlags

    Texture wrapping and filtering mode. Default is repeat and linear

    Namespace: Unity.Tiny
    Syntax
    [Flags]
    public enum TextureFlags : uint

    Fields

    Name Description Value
    Trilinear

    Trilinear filtering

    0
    URepeat

    Repeat along texture V-axis

    0
    UVRepeat

    Repeat

    0
    VRepeat

    Repeat along texture U-axis

    0
    UMirror

    Mirror along texture U-axis

    1
    UClamp

    Clamp along texture U-axis

    2
    VMirror

    Mirror along texture V-axis

    4
    UVMirror

    Mirror on both axis

    5
    VClamp

    Clamp along texture V-axis

    8
    UVClamp

    Clamp on both axis

    10
    Linear

    Linear filtering

    1024
    Nearest 1344
    Point

    Point filtering

    1344
    Srgb

    sRGB Color texture

    65536
    MimapEnabled

    Generate mip map

    131072
    IsNormalMap

    Is texture a normal map

    262144
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023