少年修仙传客户端基础资源
cehua-HWJ35
2023-11-13 f189e5130e96bd18ef94de9ea302579d720799e8
1
2
3
4
5
6
7
8
9
using UnityEngine.PostProcessing;
 
namespace UnityEditor.PostProcessing
{
    [PostProcessingModelEditor(typeof(ChromaticAberrationModel))]
    public class ChromaticaAberrationModelEditor : DefaultPostFxModelEditor
    {
    }
}