class SceneFile : GameResource

book_4_sparkGenerated
code_blocksInput

Description

The SceneFile class in the Sandbox namespace represents a scene resource within the s&box game engine. It extends the GameResource class, providing functionality to manage and retrieve metadata associated with a scene.

Members

Instance Members

Member Name Summary
GetMetadata Retrieves metadata for the scene using a specified title and default value.
Id Gets the unique identifier for the scene file.
GameObjects Gets the collection of game objects within the scene.
SceneProperties Gets the properties of the scene as a JSON object.
ResourceVersion Gets the version of the resource.
Title Obsolete. Use GetMetadata instead.
Description Obsolete. Use GetMetadata instead.