---
title: isAnchored
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/entity/isanchored
---

# isAnchored

A Boolean that indicates whether the entity is anchored.

## Declaration

```swift
@MainActor @preconcurrency var isAnchored: Bool { get }
```

## Discussion

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.

## See Also

### Managing the entity’s state

- [isEnabled](realitykit/entity/isenabled.md)
- [isEnabledInHierarchy](realitykit/entity/isenabledinhierarchy.md)
- [isActive](realitykit/entity/isactive.md)
