このページを含むバージョン:
このページを含まないバージョン:
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);