Contents

Scenes

The context that holds all RealityKit entities.

Overview

The system adds an Entity to a Scene when you add it to a RealityView with a RealityViewCameraContent or RealityViewContent instance. These scenes contain anchors and a hierarchy of entities that make up your RealityKit content.

The Scene instance has helpful methods to perform ray casts to help you better understand your scene, and methods that find entities either by name or by components they own.

Topics

Scene management

Entity searches

Event publishers and subscription

Scene reconstructions and analysis

See Also

Scene management and logic