91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 49.78M
    文件類型: .unitypack
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-14
  • 語言: C#
  • 標簽: 游戲??

資源簡介


using UnityEngine; using System.Collections; public class Move : MonoBehaviour { int speed=5; float n=20.1f; // Use this for initialization void Start () { } // Update is called once per frame void Update () { float x = Input.GetAxis ("Horizontal")*Time.deltaTime * speed; float z = Input.GetAxis ("Vertical")*Time.deltaTime * speed; transform.Translate (x,0,z); } }

資源截圖

代碼片段和文件信息

評論

共有 條評論