struct ForEach3D
Swift
struct ForEach3D<Data, ID, Content> where Data : RandomAccessCollection, ID : Hashable, Content : View3D
Not documented.
Sources/LavaUI/Spatial.swift:593
Constructors
init(_ data: Data, id: KeyPath<Data.Element, ID>, @View3DBuilder content: @escaping (Data.Element) -> [SpatialElement]) where Content == SpatialGroup3D
Not documented.
Sources/LavaUI/Spatial.swift:598
Properties
var content: (Data.Element) -> Content
Not documented.
Sources/LavaUI/Spatial.swift:596
var data: Data
Not documented.
Sources/LavaUI/Spatial.swift:594
var id: KeyPath<Data.Element, ID>
Not documented.
Sources/LavaUI/Spatial.swift:595
Methods
func spatialElements() -> [SpatialElement]
Not documented.
Sources/LavaUI/Spatial.swift:606