Class PrefabComponent
A stable component ID and its component-owned JSON data.
public sealed record PrefabComponent : IEquatable<PrefabComponent>
- Inheritance
-
PrefabComponent
- Implements
- Inherited Members
Constructors
PrefabComponent(string, bool, JsonElement)
A stable component ID and its component-owned JSON data.
public PrefabComponent(string Type, bool Enabled, JsonElement Data)
Parameters
TypestringEnabledboolDataJsonElement
Properties
Data
public JsonElement Data { get; init; }
Property Value
Enabled
public bool Enabled { get; init; }
Property Value
Type
public string Type { get; init; }