Unity射線,攝像機和物體發射射線

以下是從物體發射攝像的方法: void Update () {        //ray = Camera.main.ScreenPointToRay(fatherPoint.transform.position);         Vector3 down = transform.TransformDirection(Vector3.back);         RaycastHit hit;
相關文章
相關標籤/搜索