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

    Class TextureWrapSettings

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

    Constructors

    TextureWrapSettings()

    Declaration
    public TextureWrapSettings()

    TextureWrapSettings(TextureWrapMode, TextureWrapMode, TextureWrapMode, TextureWrapMode)

    Declaration
    public TextureWrapSettings(TextureWrapMode wrapMpde, TextureWrapMode wrapModeU, TextureWrapMode wrapModeV, TextureWrapMode wrapModeW)
    Parameters
    Type Name Description
    TextureWrapMode wrapMpde
    TextureWrapMode wrapModeU
    TextureWrapMode wrapModeV
    TextureWrapMode wrapModeW

    Properties

    wrapMode

    Declaration
    public TextureWrapMode wrapMode { get; set; }
    Property Value
    Type Description
    TextureWrapMode

    wrapModeU

    Declaration
    public TextureWrapMode wrapModeU { get; set; }
    Property Value
    Type Description
    TextureWrapMode

    wrapModeV

    Declaration
    public TextureWrapMode wrapModeV { get; set; }
    Property Value
    Type Description
    TextureWrapMode

    wrapModeW

    Declaration
    public TextureWrapMode wrapModeW { get; set; }
    Property Value
    Type Description
    TextureWrapMode
    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