class PrefabScene : Scene

book_4_sparkGenerated
code_blocksInput

Description

The PrefabScene class in the Sandbox namespace is a specialized type of Scene designed to handle prefab resources. It provides methods for loading, serializing, and managing prefab data within a scene.

Members

Instance Members

Member NameSummary
LoadLoads a prefab resource into the scene.
ToPrefabFileConverts the current scene to a PrefabFile.
DestroyDestroys the current scene, cleaning up resources.
SerializeSerializes the scene to a JSON object with specified options.
DeserializeDeserializes a JSON object into the scene with specified options.
VariablesA list of variables and their targets for this prefab scene.