continuous
Continuously anchors the entity to its target based on the target’s realtime location and hides the entity when the target is no longer in frame.
Declaration
static let continuous: AnchoringComponent.TrackingModeDiscussion
continuous means the Entity will track the target anchor continuously.
The Entity moves with the anchor and is unanchored if the target anchor disappears or no longer meets the target requirement.