标签:vertica nsf tran get time oid 移动 speed 摄像机
void Update () {
float x = Input.GetAxis ("Horizontal") * Time.deltaTime * speed;
float z = Input.GetAxis ("Vertical") * Time.deltaTime * speed;
transform.Translate (x, 0, z);
print (x);
}
标签:vertica nsf tran get time oid 移动 speed 摄像机
原文地址:http://www.cnblogs.com/xiajing12345/p/7373764.html