struct Material3D
Swift
struct Material3D
Not documented.
Sources/LavaUI/Spatial.swift:171
Constructors
init(color: Color = Color(r: 1, g: 1, b: 1), texture: UIImage? = nil, edgeColor: Color? = nil)
Not documented.
Sources/LavaUI/Spatial.swift:176
Properties
var color: Color
Not documented.
Sources/LavaUI/Spatial.swift:172
var edgeColor: Color
Not documented.
Sources/LavaUI/Spatial.swift:174
var frontTexture: UIImage?
Not documented.
Sources/LavaUI/Spatial.swift:173
Methods
static func albumCover(front: UIImage, edgeColor: Color = Color(r: 0.12, g: 0.12, b: 0.14)) -> Material3D
Not documented.
Sources/LavaUI/Spatial.swift:186