摘要: 代码 using UnityEngine; using System.Collections; using System.Collections.Generic; using UnityEngine.UI; using System; [RequireComponent(typeof(Image)) 阅读全文
posted @ 2016-02-15 19:01 MrBlue 阅读(12327) 评论(0) 推荐(0)
摘要: 效果 BurnToFadeOut.shader代码 Shader "BurnToFadeOut" { Properties { _StartColor ("Start Color", Color) = (1,1,1,1) _EndColor ("End Color", Color) = (1,1,1 阅读全文
posted @ 2016-02-15 15:04 MrBlue 阅读(2691) 评论(0) 推荐(0)