center

var center: Vector2(source)

Represents the center point used as a reference for clipping operations in the LineClipBuilder. This variable defines the central coordinate for the clipping mask relative to the drawable area. It is typically normalized within the range 0.0, 1.0, where Vector2(0.5, 0.5) corresponds to the center of the drawable area.

The default value is Vector2(0.5, 0.5).