公告板
版本库
filestore
活动
搜索
登录
main
/
snxxz_client
少年修仙传客户端基础资源
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
12345 第三章前端
cehua_ZMY
2019-04-19
b433d0632be120dba2a71569fa97d2cd98a3ba1c
[snxxz_client.git]
/
Assets
/
PostProcessing
/
Editor
/
Models
/
ChromaticAberrationEditor.cs
1
2
3
4
5
6
7
8
9
using UnityEngine.PostProcessing;
namespace UnityEditor.PostProcessing
{
[PostProcessingModelEditor(typeof(ChromaticAberrationModel))]
public class ChromaticaAberrationModelEditor : DefaultPostFxModelEditor
{
}
}