摘要:
using UnityEngine; public class SwitchMaterial : MonoBehaviour { public Material M1, M2; // 贴图 void Update() { if (Input.GetKey(KeyCode.A)) { this.tra 阅读全文
posted @ 2020-08-17 12:40
wayne1984
阅读(168)
评论(0)
推荐(0)
浙公网安备 33010602011771号