API ReferenceSandbox
public class Sandbox.MissingComponent : Sandbox.Component
This is added when a component is missing. It will store the json data of the missing component, so we don't lose any data.
Constructors
Showing 1 constructors
public MissingComponent(System.Text.Json.Nodes.JsonObject jso)
No results match this filter.
Methods
Showing 1 methods
public System.Text.Json.Nodes.JsonObject GetJson()
Get the Json data that was deserialized
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.MissingComponent |