2026-06-09 룸 프로토타입 디자인 (진행중)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using UnityEditor;
|
||||
|
||||
namespace Ilumisoft.Rendering
|
||||
{
|
||||
[CustomEditor(typeof(OutlineRendererFeature))]
|
||||
public class OutlineRendererFeatureEditor : Editor
|
||||
{
|
||||
public override void OnInspectorGUI()
|
||||
{
|
||||
base.OnInspectorGUI();
|
||||
|
||||
EditorGUILayout.HelpBox("Add the Outline override to a Post-processing Volume to further adjust the appearance of the outlines.", MessageType.Info);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user