Component:MissingComponent: Difference between revisions

From Resonite Wiki
add info
add info
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:
{{Table ComponentFields
{{Table ComponentFields
|Type|String| The string version of a [[Type:Type|Type]] of the removed or depreciated component.
|Type|String| The string version of a [[Type:Type|Type]] of the removed or depreciated component.
|Data|{{RootFieldType|SyncVar}}|TypeAdv1=true| The data of the missing component.
}}
}}



Latest revision as of 21:31, 19 March 2025

Component image 
Missing Component component as seen in the Scene Inspector

The MissingComponent component is used to signify that a component previously saved on a slot no longer exists inside of Resonite. seeing this component is rare due to the backwards compatibility of Resonite. This component does not have any active functionality.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
Type String The string version of a Type of the removed or depreciated component.
Data direct SyncVar The data of the missing component.

Usage

This component will appear on content sometimes. Replace the component with an equivalent or more up to date method, then delete this component.

Examples

See Also