LineClipBuilder

Constructors

Link copied to clipboard
constructor(builder: ClipBuilder)

Properties

Link copied to clipboard
var center: Vector2

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.

Link copied to clipboard
var direction: Vector2

Represents the direction vector used for clipping operations in the LineClipBuilder. This value determines the directional component for the clipping mask calculation, normalized within the shader implementation.