LavaUI docs

struct Scene3D

Swift

struct Scene3D

Not documented.

Sources/LavaUI/Spatial.swift:643

Constructors

init(camera: Camera3D = .perspective(), width: Dimension = .auto, height: Dimension = .auto, flexGrow: Float = 0, cameraControls: CameraControls3D? = nil, @View3DBuilder content: () -> [SpatialElement])

Not documented.

Sources/LavaUI/Spatial.swift:651

Properties

var camera: Camera3D

Not documented.

Sources/LavaUI/Spatial.swift:644

var cameraControls: CameraControls3D?

Not documented.

Sources/LavaUI/Spatial.swift:645

var dumpDetail: String { get }

Not documented.

Sources/LavaUI/Spatial.swift:662

var flexGrow: Float

Not documented.

Sources/LavaUI/Spatial.swift:648

var height: Dimension

Not documented.

Sources/LavaUI/Spatial.swift:647

var width: Dimension

Not documented.

Sources/LavaUI/Spatial.swift:646

Methods

func mountPrimitive() -> any AnyViewNode

Not documented.

Sources/LavaUI/Spatial.swift:664

func reconcilePrimitive(_ node: any AnyViewNode) -> any AnyViewNode

Not documented.

Sources/LavaUI/Spatial.swift:673