Files
ichni_Creator_Studio/Assets/Scripts/Base/Manager/PostProcessingManager.cs
SoulliesOfficial 8d887d5a7c 基础内容-2
Track Percent Point 和 Track Head Point 重构优化

Note基础

特效框架(Effect Submodule 和 Effect基础类),将用于“时间触发型特效容器”与“Note特效容器“
2025-01-27 10:29:38 -05:00

19 lines
323 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class PostProcessingManager : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}