# Sandbox.SceneFile

A scene file contains a collection of GameObject with Components and their properties.

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Inherits: [Sandbox.GameResource](/api/Sandbox.GameResource)

## Constructors

- [`SceneFile`](/api/Sandbox.SceneFile/.ctor)

## Properties

- [`Description`](/api/Sandbox.SceneFile/Description)
- [`GameObjects`](/api/Sandbox.SceneFile/GameObjects)
- [`Id`](/api/Sandbox.SceneFile/Id)
- [`ResourceVersion`](/api/Sandbox.SceneFile/ResourceVersion)
- [`SceneProperties`](/api/Sandbox.SceneFile/SceneProperties)
- [`Title`](/api/Sandbox.SceneFile/Title)

## Methods

- [`GetMetadata`](/api/Sandbox.SceneFile/GetMetadata)
- [`Load`](/api/Sandbox.SceneFile/Load): Load a scene by file path. Also handles mount:// paths.
