add info |
989onan bot (talk | contribs) Automated: update Fields |
||
Line 8: | Line 8: | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|Browser|{{RootFieldType|RelayRef`1|[[Type:BrowserDialog|BrowserDialog]]}}|TypeAdv0=true| The source browser this item came from. | |Browser|{{RootFieldType|RelayRef`1|[[Type:BrowserDialog|BrowserDialog]]}}|TypeAdv0=true| The source browser this item came from. | ||
|SelectedColor| | |SelectedColor|ColorX| The color this item's background should be when selected. | ||
|SelectedText| | |SelectedText|ColorX| The color this item's text should be when selected. | ||
|NormalColor| | |NormalColor|ColorX| The color this item's background should be at rest state | ||
|NormalText| | |NormalText|ColorX| The color this item's text would be at rest state. | ||
|Name|String|The name of the | |Name|String|The name of the | ||
|BasePath|String|The base directory of the item. | |BasePath|String|The base directory of the item. | ||
|Type|'''[[#EntryType|EntryType]]'''|TypeAdv7=true| Whether if this is a file or folder. | |Type|'''[[#EntryType|EntryType]]'''|TypeAdv7=true| Whether if this is a file or folder. |
Revision as of 22:29, 16 March 2025
Component image 
File System Item component as seen in the Scene Inspector

The FileSystemItem component is a type of Type:BrowserItem used for system files or inventory items being viewed on the dash menu.
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. |
Browser
|
direct RelayRef`1<BrowserDialog> | The source browser this item came from. |
SelectedColor
|
ColorX | The color this item's background should be when selected. |
SelectedText
|
ColorX | The color this item's text should be when selected. |
NormalColor
|
ColorX | The color this item's background should be at rest state |
NormalText
|
ColorX | The color this item's text would be at rest state. |
Name
|
String | The name of the |
BasePath
|
String | The base directory of the item. |
Type
|
EntryType | Whether if this is a file or folder. |
EntryType
Name | Value | Description |
---|---|---|
File
|
0 | This entry refers to a file. |
Directory
|
1 | This entry refers to a folder. |
Usage
Used internally by the inventory and file system menus. Not used by the user.
Examples
Dash menu Inventory and file system screen file and folder items.