Class MissingComponent
Stub class used to represent MonoBehaviours which were not compiled with the app
Inherited Members
Namespace: Unity.RuntimeSceneSerialization
Syntax
public class MissingComponent : MonoBehaviour
Fields
JsonString
Json representation of the MonoBehaviour's properties, to be serialized back into the scene
Declaration
public string JsonString
Field Value
Type | Description |
---|---|
String |