docs.unity.cn
    Show / Hide Table of Contents

    Class LookDev

    Main entry point for scripting LookDev

    Inheritance
    Object
    LookDev
    Namespace: UnityEditor.Rendering.LookDev
    Syntax
    public static class LookDev

    Properties

    open

    State of the LookDev window

    Declaration
    public static bool open { get; }
    Property Value
    Type Description
    Boolean

    supported

    Does LookDev is supported with the current render pipeline?

    Declaration
    public static bool supported { get; }
    Property Value
    Type Description
    Boolean

    Methods

    Close()

    Close the LookDev window

    Declaration
    public static void Close()

    Open()

    Open the LookDev window

    Declaration
    public static void Open()

    ResetConfig()

    Reset all LookDevs datas to the default configuration

    Declaration
    public static void ResetConfig()
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 18 November 2022
    Terms of use