Skip to main content

PhysicRay(Ray ray)

Create new PhysicRay with providing a Ray.

Parameters:

NameTypeDescription
rayRayThe starting point and direction of the ray.

Usage

---@type Ray
local ray;


local physicray = PhysicRay(ray);