浏览代码

Improved the infotip when a volume is empty

/namespace
Thomas 7 年前
当前提交
f615090a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      ScriptableRenderPipeline/Core/Editor/Volume/VolumeEditor.cs

2
ScriptableRenderPipeline/Core/Editor/Volume/VolumeEditor.cs


if (m_Editors.Count > 0)
CoreEditorUtils.DrawSplitter();
else
EditorGUILayout.HelpBox("No override set on this volume.", MessageType.Info);
EditorGUILayout.HelpBox("No override set on this volume. Drop a component here or use the Add button.", MessageType.Info);
EditorGUILayout.Space();

正在加载...
取消
保存