1、删除不需要的 UI using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;public class EnvControl : MonoBehaviour
{//UIprivate Button btnTime;private Text txtTime; //材质public List<Material> matListnew Li…
Linux 文件浏览命令
cat, more, less, head, tail,此五个文件浏览类的命令皆为外部命令。
hannHannYang:~$ which cat
/usr/bin/cat
hannHannYang:~$ which more
/usr/bin/more
hannHannYang:~$ which less
/usr/bin/less
hannHannYang:~$ which head
/usr/bin/he…