Path2DControlPoint
Show Deprecated
The Path2DControlPoint data type represents a single control point used with the Path2D instance.
Summary
Constructors
- new()
Returns an empty Path2DControlPoint.
Returns a Path2DControlPoint with only the position set.
Returns a Path2DControlPoint with the position, left tangent, and right tangent set.
Properties
The position of the Path2DControlPoint.
The left tangent of the Path2DControlPoint.
The right tangent of the Path2DControlPoint.
Constructors
new
Returns a Path2DControlPoint with the position set. This constructor will set the tangents to default UDim2 values.