摘要:
using UnityEngine;using System.Collections;public class _5_6 : MonoBehaviour{ private GameObject camera0; private GameObject camera1; private GameObject camera2; /// /// 获取3个摄像机对象 /// void Start () { camera0 = GameObject.Find("Camera0"); camera1 = GameObject.... 阅读全文
posted @ 2014-01-19 11:51
PEPE YU
阅读(1341)
评论(0)
推荐(0)