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