LavaUI docs

struct OverlayFrame

Swift

struct OverlayFrame

A detached overlay's resolved frame in window coordinates.

Sources/LavaUI/Overlay.swift:34

Constructors

init(x: Float, y: Float, width: Float, height: Float)

Not documented.

Sources/LavaUI/Overlay.swift:40

Properties

var height: Float

Not documented.

Sources/LavaUI/Overlay.swift:38

var width: Float

Not documented.

Sources/LavaUI/Overlay.swift:37

var x: Float

Not documented.

Sources/LavaUI/Overlay.swift:35

var y: Float

Not documented.

Sources/LavaUI/Overlay.swift:36