MissingComponentclass

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.

objectComponentMissingComponent
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public class Sandbox.MissingComponent : Sandbox.Component

Constructors1

Showing 1 constructors

public MissingComponent(System.Text.Json.Nodes.JsonObject jso)PUBLICCONSTRUCTOR

ParameterTypeDescription
jsoJsonObject

Methods1

Showing 1 methods

public System.Text.Json.Nodes.JsonObject GetJson()PUBLIC

Get the Json data that was deserialized

Returns:JsonObject

On this page