- 博客(6)
- 收藏
- 关注
原创 unity动态生成render texture
using UnityEngine;using System.Collections;public class ExampleClass : MonoBehaviour {public RenderTexture rt;void Start() {rt = new RenderTexture(256, 256, 16, RenderTextureFormat.ARGB32);rt.Create();}}
2022-01-10 10:29:14
3583
1
原创 Unity改变图片文本颜色
unity使用十六进制转换颜色值Color color;ColorUtility.TryParseHtmlString("#FFFFFF", out color);image.color=color;
2022-01-06 16:11:54
2415
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅