PhysicRayPhysicRay()On this pagePhysicRay(Ray ray) Create new PhysicRay with providing a Ray. Parameters: NameTypeDescriptionrayRayThe starting point and direction of the ray. Usage ---@type Raylocal ray;local physicray = PhysicRay(ray);