Updated UTSRenderPass

This commit is contained in:
Misaki
2024-11-08 18:32:46 +09:00
parent d0554a73bb
commit da32fd952d
12 changed files with 106 additions and 83 deletions

View File

@@ -0,0 +1,20 @@
//namespace Unity.Toonshader.Editor
//{
//[CustomEditor(typeof(BoxLightAdjustment))]
//public class BoxLightAdjustmentInspector : UnityEditor.Editor
//{
// private void OnEnable()
// {
// var boxLightAdjustment = target as BoxLightAdjustment;
// }
// public override VisualElement CreateInspectorGUI()
// {
// var root = new VisualElement();
// return root;
// }
//}
//}