列表输入二级界面扩展List<float>,特效单元扩展

This commit is contained in:
SoulliesOfficial
2025-02-26 22:54:53 -05:00
parent 1e69a44327
commit 46fe049175
43 changed files with 1041 additions and 1251 deletions

View File

@@ -1,18 +1,12 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Rendering;
public class PostProcessingManager : MonoBehaviour
namespace Ichni.Editor
{
// Start is called before the first frame update
void Start()
public class PostProcessingManager : MonoBehaviour
{
public Volume globalVolume;
}
// Update is called once per frame
void Update()
{
}
}
}