Skip to main content

PhysicLine(Vector3 start, Vector3 end)

Creates new PhysicLine

Parameters:

NameTypeDescription
startVector3Start point.
endVector3End point.

Usage

---@type Vector3
local start;

---@type Vector3
local end;


local physicline = PhysicLine(start, end);