Debug.Log()

作者:追风剑情 发布于:2017-7-25 20:47 分类:Unity3d

富文本标签

  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4.  
  5. public class DebugTest : MonoBehaviour {
  6.  
  7. void Start ()
  8. {
  9. //b: 加粗, i:倾斜, size:大小, color:颜色(#ffff00)
  10. string log = string.Format(
  11. "<b>{0}</b> <i>{1}</i> <size=30>{2}</size> <color=blue>{3}</color><b><i><size=20><color=yellow>{4}</color></size></i></b>",
  12. "jia chu","qing xie","da xiao","yan she", "qian tao zhi ti!");
  13.  
  14. Debug.Log(log);
  15. }
  16. }


运行测试

1111111.png

标签: Unity3d

Powered by emlog  蜀ICP备18021003号-1   sitemap

川公网安备 51019002001593号