中文
Appearance
Ray.origin
Ray
(只读)射线的发射起点。
Vector3
const ray = new Ray(new Vector3(0, 0, 0), new Vector3(0, 0, 1)); const origin = ray.origin;