Enum TextureFlags | Project Tiny | 0.21.0-preview.3
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
    IsNormalMap

    Is texture a normal map

    Linear

    Linear filtering

    MimapEnabled

    Generate mip map

    Nearest
    Point

    Point filtering

    Srgb

    sRGB Color texture

    Trilinear

    Trilinear filtering

    UClamp

    Clamp along texture U-axis

    UMirror

    Mirror along texture U-axis

    URepeat

    Repeat along texture V-axis

    UVClamp

    Clamp on both axis

    UVMirror

    Mirror on both axis

    UVRepeat

    Repeat

    VClamp

    Clamp along texture V-axis

    VMirror

    Mirror along texture V-axis

    VRepeat

    Repeat along texture U-axis

    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