摘要: 1 public class CameraMove : MonoBehaviour { 2 private Camera c; 3 private float rotateSpeed = 10; 4 5 private void Start() { 6 c = this.GetComponent<C 阅读全文
posted @ 2020-08-24 16:00 伊凡晴天 阅读(1710) 评论(0) 推荐(1) 编辑