isAnchored
A Boolean that indicates whether the entity is anchored.
Declaration
@MainActor @preconcurrency var isAnchored: Bool { get }Discussion
The value of this property is true if the entity is anchored in a scene. An entity that isn’t anchored becomes inactive (isActive returns false), meaning RealityKit doesn’t render or simulate it.