[unity基礎教程] Unity3D 一個物體在兩個物體間移動

public var Target : Vector3;      function Awake () {       Target = PointA.transform.position;   }      function Start () {      }      function Update () {       if (AllowMove == true) {           t
相關文章
相關標籤/搜索