关于子物体在世界坐标中的移动

移动球体到黑色方块位置。球体为白色方块的子物体的子物体 public GameObject target; // Use this for initialization void Start () { Vector3 world = target.transform.TransformPoint(this.transform.position); this.t
相关文章
相关标签/搜索