docs.unity.cn
    Show / Hide Table of Contents

    Class LayoutContext

    Data regarding the layout currently used in LookDev

    Inheritance
    Object
    LayoutContext
    Namespace: UnityEditor.Rendering.LookDev
    Syntax
    [Serializable]
    public class LayoutContext

    Fields

    debugPanelSource

    The view to change when manipulating the Debug side panel

    Declaration
    [NonSerialized]
    public TargetDebugView debugPanelSource
    Field Value
    Type Description
    TargetDebugView

    lastFocusedView

    The last focused view

    Declaration
    public ViewIndex lastFocusedView
    Field Value
    Type Description
    ViewIndex

    showedSidePanel

    The state of the side panel

    Declaration
    public SidePanel showedSidePanel
    Field Value
    Type Description
    SidePanel

    viewLayout

    The layout used

    Declaration
    public Layout viewLayout
    Field Value
    Type Description
    Layout

    Extension Methods

    ReflectionUtils.Invoke(Object, String, Object[])
    ReflectionUtils.SetField(Object, String, Object)
    ReflectionUtils.GetField(Object, String)
    ReflectionUtils.GetFields(Object)
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 18 November 2022
    Terms of use