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

    Class LensDistortion

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

    Fields

    center

    Declaration
    public Vector2Parameter center
    Field Value
    Type Description
    Vector2Parameter

    intensity

    Declaration
    public ClampedFloatParameter intensity
    Field Value
    Type Description
    ClampedFloatParameter

    scale

    Declaration
    public ClampedFloatParameter scale
    Field Value
    Type Description
    ClampedFloatParameter

    xMultiplier

    Declaration
    public ClampedFloatParameter xMultiplier
    Field Value
    Type Description
    ClampedFloatParameter

    yMultiplier

    Declaration
    public ClampedFloatParameter yMultiplier
    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