dashboard
repositories
filestore
activity
search
login
main
/
GemBattle
宝石塔防
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
释放眩晕技能宝石,泡泡炸弹没有判断距离的bug
chenxin
2020-11-21
1ac26c01ffdc426d1e5db2950260e97c540ad1ed
[GemBattle.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
{
}
}