API ReferenceSandbox
public class Sandbox.PrefabScene : Sandbox.Scene
Methods
Showing 5 methods
public virtual void Deserialize(System.Text.Json.Nodes.JsonObject node, Sandbox.GameObject.DeserializeOptions options)
public static override void JsonWrite(object value, System.Text.Json.Utf8JsonWriter writer)
public virtual bool Load(Sandbox.GameResource resource)
public virtual System.Text.Json.Nodes.JsonObject Serialize(Sandbox.GameObject.SerializeOptions options = null)
Parameters
options: Default: null
public Sandbox.PrefabFile ToPrefabFile()
No results match this filter.
Properties
Showing 1 properties
public Sandbox.PrefabScene.VariableCollection Sandbox.PrefabScene.Variables { get; set; }Obsolete
A list of variables and their targets for this prefab scene
Obsolete: This API member is obsolete.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.PrefabScene |