Component:RecordSyncStatus: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page RecordSyncStatus (Component) to Component:RecordSyncStatus: Creating component Namespace
Automated: update component fields
 
Line 11: Line 11:
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|RecordQueueCount|Int|
|RecordQueueCount|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv0=true|
|AssetVariantQueueCount|Int|
|AssetVariantQueueCount|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv1=true|
|CurrentTaskProgress|Float|
|CurrentTaskProgress|{{RootFieldType|RawOutput`1|[[Type:Float|Float]]}}|TypeAdv2=true|
|LastError|String|
|LastError|{{RootFieldType|RawOutput`1|[[Type:String|String]]}}|TypeAdv3=true|
|StatusMessage|String|
|StatusMessage|{{RootFieldType|RawOutput`1|[[Type:String|String]]}}|TypeAdv4=true|
|FullySyncedColor|Color|
|FullySyncedColor|ColorX|
|ErrorColor|Color|
|ErrorColor|ColorX|
|SyncingRecordsColor|Color|
|SyncingRecordsColor|ColorX|
|UploadingAssetVariantsColor|Color|
|UploadingAssetVariantsColor|ColorX|
}}
}}



Latest revision as of 10:32, 1 March 2024


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Component image 
Record Sync Status component as seen in the Scene Inspector


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.
RecordQueueCount raw output of Int
AssetVariantQueueCount raw output of Int
CurrentTaskProgress raw output of Float
LastError raw output of String
StatusMessage raw output of String
FullySyncedColor ColorX
ErrorColor ColorX
SyncingRecordsColor ColorX
UploadingAssetVariantsColor ColorX

Usage

Examples

Related Components