2021
11-16
11-16
Unity Shader实现黑幕过场效果
本文实例为大家分享了UnityShader实现黑幕过场效果的具体代码,供大家参考,具体内容如下一、效果演示二、实现Shader:黑幕过场着色器//黑幕过场着色器Shader"Custom/BlackScreenSpread"{Properties{_Color("MainColor",Color)=(1,1,1,1)_MainTex("Base(RGB)",2D)="white"{}_Radius("Radius",float)=1.5_Center_X("Center_X",float)=0.5_Center_Y("Center_Y",float)=0.5_Sharp("Sharp",float)=1...
继续阅读 >