LavaUI docs

struct Shadow3DStyle

Swift

struct Shadow3DStyle

Not documented.

Sources/LavaUI/Spatial.swift:193

Constructors

init(color: Color = Color(r: 0, g: 0, b: 0), radius: Float = 16, offsetX: Float = 7, offsetY: Float = 11, opacity: Float = 0.32)

Not documented.

Sources/LavaUI/Spatial.swift:200

Properties

var color: Color

Not documented.

Sources/LavaUI/Spatial.swift:194

var offsetX: Float

Not documented.

Sources/LavaUI/Spatial.swift:196

var offsetY: Float

Not documented.

Sources/LavaUI/Spatial.swift:197

var opacity: Float

Not documented.

Sources/LavaUI/Spatial.swift:198

var radius: Float

Not documented.

Sources/LavaUI/Spatial.swift:195