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