Updated UTSRenderPass
This commit is contained in:
20
Editor/Inspector/BoxLightAdjustmentInspector.cs
Normal file
20
Editor/Inspector/BoxLightAdjustmentInspector.cs
Normal 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;
|
||||
// }
|
||||
//}
|
||||
//}
|
||||
Reference in New Issue
Block a user