Skip to content

Api > PhysicLine > Constructor


PhysicLine(Vector3 start, Vector3 end)⚓︎

Creates new PhysicLine

Parameters:⚓︎

Name Type Description
start Vector3 Start point.
end Vector3 End point.

Usage⚓︎

---@type Vector3
local start;

---@type Vector3
local end;


local physicline = PhysicLine(start, end);