Class Vignette | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class Vignette

    Inheritance
    System.Object
    Vignette
    Namespace: UnityEngine.Rendering.Universal
    Syntax
    [Serializable]
    public sealed class Vignette : VolumeComponent, IPostProcessComponent

    Fields

    center

    Declaration
    public Vector2Parameter center
    Field Value
    Type Description
    Vector2Parameter

    color

    Declaration
    public ColorParameter color
    Field Value
    Type Description
    ColorParameter

    intensity

    Declaration
    public ClampedFloatParameter intensity
    Field Value
    Type Description
    ClampedFloatParameter

    rounded

    Declaration
    public BoolParameter rounded
    Field Value
    Type Description
    BoolParameter

    smoothness

    Declaration
    public ClampedFloatParameter smoothness
    Field Value
    Type Description
    ClampedFloatParameter

    Methods

    IsActive()

    Declaration
    public bool IsActive()
    Returns
    Type Description
    System.Boolean
    Implements
    IPostProcessComponent.IsActive()

    IsTileCompatible()

    Declaration
    public bool IsTileCompatible()
    Returns
    Type Description
    System.Boolean
    Implements
    IPostProcessComponent.IsTileCompatible()
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX