Component image 
Root Category View component as seen in the Scene Inspector

The RootCategoryView component is commonly used in Settings, and Worlds Menu view to show the list of root view categories while still showing the current Path
like audio device lists, trackers, worlds, or anything else feeds might have.
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 view items for in this data feed view. |
Path
|
direct SyncFieldList`1<String> | The path within the feed to view. |
GroupingKeys
|
direct SyncFieldList`1<String> | A list of grouping keys to group alike data feed items together from the incoming data. |
SearchPhrase
|
String | The phrase to search for within the current list of feed items under Path .
|
UpdatingUser
|
direct UserRef | The user handling the logic for this data feed view. |
ResetViewOnSave
|
Bool | Whether to clear the view upon saving this data feed view. |
CategoryManager
|
direct DataFeedItemMappingManager | The Mapper to handle showing categories in the root regardless of what Path is.
|
ItemsManager
|
direct DataFeedItemMappingManager | The Mapper to handle showing items within a selected Path , no matter how deep of a Path this is viewing.
|
Sync Delegates
Method Name | Method type and Arguments. | Is the method hidden? | Description |
---|---|---|---|
OnSetupTemplate:ButtonEventHandler
|
ButtonEventHandler | ✓ | |
PathSegmentName:Func`3<String, Int, LocaleString>
|
Func`3<String, Int, LocaleString> | X |
Usage
Attach to a slot and provide a Feed, a Item Mapper, and Slots to place items in order for it to work.
Examples
Used in the settings and world views.