struct Reflection3DStyle
Swift
struct Reflection3DStyle
Not documented.
Sources/LavaUI/Spatial.swift:212
Constructors
init(planeY: Float = -0.75, opacity: Float = 0.3, fadeDistance: Float = 1.6, blurRadius: Float = 1.5)
Not documented.
Sources/LavaUI/Spatial.swift:219
Properties
var blurRadius: Float
Not documented.
Sources/LavaUI/Spatial.swift:217
var fadeDistance: Float
Not documented.
Sources/LavaUI/Spatial.swift:216
var opacity: Float
Not documented.
Sources/LavaUI/Spatial.swift:215
var planeY: Float
Horizontal world-space plane across which geometry is mirrored.
Sources/LavaUI/Spatial.swift:214