Automated: create new component page |
add info |
||
Line 3: | Line 3: | ||
|Name=Time Diagnosis | |Name=Time Diagnosis | ||
}} | }} | ||
The '''TimeDiagnosis''' component is used to check diagnostic info for user time. | |||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|FormatTime|Bool| | |FormatTime|Bool| Whether to format the time shown. | ||
|text|{{RootFieldType|DriveRef`1|[[Type:Sync`1|Sync`1]]<[[Type:String|String]]>}}|TypeAdv1=true| | |text|{{RootFieldType|DriveRef`1|[[Type:Sync`1|Sync`1]]<[[Type:String|String]]>}}|TypeAdv1=true| The text field to drive with time info. | ||
}} | }} | ||
== | == Usage == | ||
== Examples == | == Examples == | ||
Line 19: | Line 19: | ||
[[Category:Components:Uncategorized{{#translation:}}|Time Diagnosis]] | [[Category:Components:Uncategorized{{#translation:}}|Time Diagnosis]] | ||
[[Category:Components{{#translation:}}|Time Diagnosis]] | [[Category:Components{{#translation:}}|Time Diagnosis]] | ||
Latest revision as of 11:47, 3 August 2025
Component image 
Time Diagnosis component as seen in the Scene Inspector

The TimeDiagnosis component is used to check diagnostic info for user time.
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. |
FormatTime
|
Bool | Whether to format the time shown. |
text
|
reference drive of Sync`1<String> | The text field to drive with time info. |