Dan
0
Q:

create ray unity

Ray ray = new Ray(transform.position, transform.forward);
2
using UnityEngine;public class ExampleClass : MonoBehaviour
{
    void Start()
    {
        // Create a ray from the transform position along the transform's z-axis
        Ray ray = new Ray(transform.position, transform.forward);
    }
}
1

New to Communities?

Join the community