addAnchor(_:)
Adds an anchor to the scene’s list of anchors.
Declaration
@MainActor @preconcurrency func addAnchor(_ anchor: any HasAnchoring)Parameters
- anchor:
The anchor to add.
Adds an anchor to the scene’s list of anchors.
@MainActor @preconcurrency func addAnchor(_ anchor: any HasAnchoring)The anchor to add.