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.
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.
Member Name | Summary |
---|---|
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, indicating compatibility. |
Title | Obsolete. Use GetMetadata instead. |
Description | Obsolete. Use GetMetadata instead. |
GetMetadata | Retrieves metadata for the scene file based on the specified title and default value. |