xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

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

資源簡(jiǎn)介


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); } }

資源截圖

代碼片段和文件信息

評(píng)論

共有 條評(píng)論