Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ partial class UniversalRenderPipelineLightUI
k_ExpandedStatePreset,
CED.Group(
LightUI.DrawColor,
DrawEmissionContent)),
CED.FoldoutGroup(Styles.lightCookieHeader,
Expandable.LightCookie,
k_ExpandedState,
DrawLightCookieContent)
DrawEmissionContent))
);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ partial class UniversalRenderPipelineLightUI
{
static class Styles
{
public static readonly GUIContent lightCookieHeader = new GUIContent("Light Cookie");

public static readonly GUIContent Type = EditorGUIUtility.TrTextContent("Type", "Specifies the current type of light. Possible types are Directional, Spot, Point, and Area lights.");

public static readonly GUIContent AreaLightShapeContent = EditorGUIUtility.TrTextContent("Shape", "Specifies the shape of the Area light. Possible types are Rectangle and Disc.");
Expand Down