chenxin
2020-11-21 1ac26c01ffdc426d1e5db2950260e97c540ad1ed
1
2
3
4
5
6
7
8
9
using UnityEngine.PostProcessing;
 
namespace UnityEditor.PostProcessing
{
    [PostProcessingModelEditor(typeof(ChromaticAberrationModel))]
    public class ChromaticaAberrationModelEditor : DefaultPostFxModelEditor
    {
    }
}