Automated: update DeDuplicate |
add some info |
||
Line 3: | Line 3: | ||
|Name=Debug Data Feed View | |Name=Debug Data Feed View | ||
}} | }} | ||
The '''DebugDataFeedView''' component shows the data from a feed including calls to update already provided data from the feed. | |||
== | |||
== Fields == | |||
{{Table ComponentFields | {{Table ComponentFields | ||
|Feed|IDataFeedComponent| | |Feed|IDataFeedComponent| The feed to get data from. | ||
|Path|{{RootFieldType|SyncFieldList`1|[[Type:String|String]]}}|TypeAdv1=true| | |Path|{{RootFieldType|SyncFieldList`1|[[Type:String|String]]}}|TypeAdv1=true| The sub path in the feed to display. | ||
|GroupingKeys|{{RootFieldType|SyncFieldList`1|[[Type:String|String]]}}|TypeAdv2=true| | |GroupingKeys|{{RootFieldType|SyncFieldList`1|[[Type:String|String]]}}|TypeAdv2=true| | ||
|SearchPhrase|String| | |SearchPhrase|String| Filter the feed to ones that match this string. | ||
|UpdatingUser|{{RootFieldType|UserRef}}| | |UpdatingUser|{{RootFieldType|UserRef}}|TypeAdv=4| The user updating this stream. | ||
|ResetViewOnSave|Bool| | |ResetViewOnSave|Bool| Whether to wipe this view on save. | ||
|TargetOutput|'''[[Type:IField`1|IField`1]]<[[Type:String|String]]>'''|TypeAdv6=true| | |TargetOutput|'''[[Type:IField`1|IField`1]]<[[Type:String|String]]>'''|TypeAdv6=true| The field (usually the text on a text renderer) to update with the debug feed data. | ||
}} | }} | ||
Line 21: | Line 22: | ||
}} | }} | ||
== | == Usage == | ||
== Examples == | == Examples == |
Revision as of 02:39, 15 January 2025
Component image 
Debug Data Feed View component as seen in the Scene Inspector

The DebugDataFeedView component shows the data from a feed including calls to update already provided data from the feed.
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. |
Feed
|
IDataFeedComponent | The feed to get data from. |
Path
|
direct SyncFieldList`1<String> | The sub path in the feed to display. |
GroupingKeys
|
direct SyncFieldList`1<String> | |
SearchPhrase
|
String | Filter the feed to ones that match this string. |
UpdatingUser
|
[[Type:direct UserRef|direct UserRef]] | The user updating this stream. |
ResetViewOnSave
|
Bool | Whether to wipe this view on save. |
TargetOutput
|
IField`1<String> | The field (usually the text on a text renderer) to update with the debug feed data. |
Sync Delegates
Method Name | Method type and Arguments. | Is the method hidden? | Description |
---|