少年修仙传客户端基础资源
lwb
2021-01-19 a1d1a35c5f0b7ea8b3a20a7bf1cfbc43bc0f80a7
1
2
3
4
5
6
7
8
9
using UnityEngine.PostProcessing;
 
namespace UnityEditor.PostProcessing
{
    [PostProcessingModelEditor(typeof(ChromaticAberrationModel))]
    public class ChromaticaAberrationModelEditor : DefaultPostFxModelEditor
    {
    }
}