Api Sandbox SceneFile
class

SceneFile

public class SceneFile : GameResource

A scene file contains a collection of GameObject with Components and their properties.

Constructors

SceneFile()

Properties

Name Type Description
Id Guid
GameObjects JsonObject[]
SceneProperties JsonObject
ResourceVersion virtual Int32
Title String
Description String

Methods

String GetMetadata(String title, String defaultValue = null)
Assembly: Sandbox.Engine Namespace: Sandbox Full Name: Sandbox.SceneFile