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