Enum TextureSizeMode | Core RP Library | 7.2.1
docs.unity.cn
    Show / Hide Table of Contents

    Enum TextureSizeMode

    The mode that determines the size of a Texture.

    Namespace: UnityEngine.Experimental.Rendering.RenderGraphModule
    Syntax
    public enum TextureSizeMode

    Fields

    Name Description
    Explicit

    Explicit size.

    Functor

    Size automatically scaled by a Functor.

    Scale

    Size automatically scaled by a Vector.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX