class SceneFile : GameResource

robot_2Generated
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 about scenes.

Members

Instance Members

Member NameSummary
IdGets the unique identifier for the scene file.
GameObjectsGets the collection of game objects within the scene.
ScenePropertiesGets the properties of the scene as a JSON object.
ResourceVersionGets the version of the resource, indicating compatibility.
TitleObsolete. Use GetMetadata instead.
DescriptionObsolete. Use GetMetadata instead.
GetMetadataRetrieves metadata for the scene file based on the specified title and default value.