Contents

init(originFromAnchorTransform:sharedWithNearbyParticipants:)

Initialize a world anchor with a transform and indicate if it should be shared with nearby participants.

Declaration

init(originFromAnchorTransform: simd_float4x4, sharedWithNearbyParticipants: Bool)

Parameters

  • originFromAnchorTransform:

    The transform from the world anchor to the origin coordinate system.

  • sharedWithNearbyParticipants:

    Indicate if the anchor should be shared with nearby participants.

Discussion