이 페이지가 있는 버전:
이 페이지가 없는 버전:
Creates a 2D ray starting at origin along direction.
// Create a ray from the transform position along the transform's z-axis Ray2 ray = new Ray2(transform.position, transform.forward);