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

    Class Environment

    Lighting environment used in LookDev

    Inheritance
    System.Object
    Environment
    Namespace: UnityEditor.Rendering.LookDev
    Syntax
    public class Environment : ScriptableObject

    Fields

    shadow

    The shadow part of the lighting environment

    Declaration
    public Environment.Shadow shadow
    Field Value
    Type Description
    Environment.Shadow

    sky

    The sky part of the lighting environment

    Declaration
    public Environment.Sky sky
    Field Value
    Type Description
    Environment.Sky

    Properties

    shadowSky

    Compute the shadow runtime data with editor datas

    Declaration
    public Sky shadowSky { get; }
    Property Value
    Type Description
    Sky

    Methods

    ResetToBrightestSpot()

    Compute sun position to be brightest spot of the sky

    Declaration
    public void ResetToBrightestSpot()
    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