LM_Graphics:AddLine(end1, end2)
Version added: before 9.5
Add a line segment to the current enclosed shape
Arguments:
| Name | Type | Description | Default | Ver |
| end1 | Vector2 | First endpoint of the line segment | < 9.5 | |
| end2 | Vector2 | Second endpoint of the line segment | < 9.5 |
Return value:
void none
Add a line segment to the current enclosed shape. All the line segments you add should form the outer boundary of the shape.
Search results
Usage of 'AddLine' is found in the following scripts:
Bone Constraints Helper (Original Edition) by Danfield
View Code
MR Curve Tool (Original Edition) by eugenebabich
View Code
Create Limb 2 (Original Edition) by Danfield
View Code
MR Pose Tool (Original Edition) by eugenebabich
View Code
MR Animate Points (Original Edition) by eugenebabich
View Code