LavaUI docs

enum View3DBuilder

Swift

@resultBuilder enum View3DBuilder

Not documented.

Sources/LavaUI/Spatial.swift:412

Methods

static func buildArray(_ components: [[SpatialElement]]) -> [SpatialElement]

Not documented.

Sources/LavaUI/Spatial.swift:424

static func buildBlock(_ components: [SpatialElement]...) -> [SpatialElement]

Not documented.

Sources/LavaUI/Spatial.swift:416

static func buildEither(first: [SpatialElement]) -> [SpatialElement]

Not documented.

Sources/LavaUI/Spatial.swift:422

static func buildEither(second: [SpatialElement]) -> [SpatialElement]

Not documented.

Sources/LavaUI/Spatial.swift:423

static func buildExpression<V>(_ value: V) -> [SpatialElement] where V : View3D

Not documented.

Sources/LavaUI/Spatial.swift:413

static func buildOptional(_ component: [SpatialElement]?) -> [SpatialElement]

Not documented.

Sources/LavaUI/Spatial.swift:419