Unity5的uGUI中实现文字渐变效果(Gradient)

代码以下:ide using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; [AddComponentMenu("UI/Effects/Gradient")] public class Gradient : BaseMeshEffect { [S
相关文章
相关标签/搜索