Class TextureMipmapSettings | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class TextureMipmapSettings

    Inheritance
    System.Object
    TextureMipmapSettings
    Namespace: UnityEditor.Experimental.U2D.Common
    Syntax
    [Serializable]
    public class TextureMipmapSettings : ITextureSettings

    Constructors

    TextureMipmapSettings()

    Declaration
    public TextureMipmapSettings()

    TextureMipmapSettings(TextureImporterMipFilter, Boolean, Boolean, Boolean, Int32, Int32)

    Declaration
    public TextureMipmapSettings(TextureImporterMipFilter filter, bool borderMipmap, bool fadeout, bool preserveCoverage, int fadeDistanceStart, int fadeDistanceEnd)
    Parameters
    Type Name Description
    TextureImporterMipFilter filter
    System.Boolean borderMipmap
    System.Boolean fadeout
    System.Boolean preserveCoverage
    System.Int32 fadeDistanceStart
    System.Int32 fadeDistanceEnd

    Properties

    borderMipmap

    Declaration
    public bool borderMipmap { get; set; }
    Property Value
    Type Description
    System.Boolean

    fadeDistanceEnd

    Declaration
    public int fadeDistanceEnd { get; set; }
    Property Value
    Type Description
    System.Int32

    fadeDistanceStart

    Declaration
    public int fadeDistanceStart { get; set; }
    Property Value
    Type Description
    System.Int32

    fadeout

    Declaration
    public bool fadeout { get; set; }
    Property Value
    Type Description
    System.Boolean

    filter

    Declaration
    public TextureImporterMipFilter filter { get; set; }
    Property Value
    Type Description
    TextureImporterMipFilter

    preserveCoverage

    Declaration
    public bool preserveCoverage { get; set; }
    Property Value
    Type Description
    System.Boolean
    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