Unity 模型在移动端进行移动、旋转和放大(缩小)
using System.Collections;using System.Collections.Generic;using UnityEngine;public class RotateControl : MonoBehaviour{ //float xSpeed = 100f; //float ySpeed = 100f; float x = 0f; ...
原创
2018-03-12 10:28:35 ·
6801 阅读 ·
1 评论