How can I make the object to move to the target with increasing/decreasing speed?

后端 未结 0 1947
既然无缘
既然无缘 2020-11-29 02:49
using UnityEngine;
using System.Collections;

public class Move : MonoBehaviour
{
    public Transform target;
    //public Vector3 position;
    float Speed = 0; //         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题