Curved Connection Line
π CurvedConnectionLine Class
A connection line with support to curve like an arc.
Namespace:
Esper.SkillWeb.UI.UGUI
Inherits from:ConnectionLine
Type:class
π¦ Fields
Access
Field
Type
Description
public
controlPoint
Vector3
The curve control point.
public
points
int
The number of points on the line. The more there are, the smoother it will look.
π§° Methods
Access
Method
Returns
Description
public override
UpdateLine()
void
Updates the start and end positions of the line.
Last updated