Automated: create new component page |
add info |
||
Line 3: | Line 3: | ||
|Name=Desktop View Settings | |Name=Desktop View Settings | ||
}} | }} | ||
The '''DesktopViewSettings''' component is used to adjust how viewing the local user's computer screen is done via the [[Dash Menu]]. | |||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|FollowCursor|Bool| | |FollowCursor|Bool| Whether the Desktop cursor should follow where the user's in game cursor is on the dash in real time. | ||
|Brightness|Float| | |Brightness|Float| How bright the display of the desktop is on the in game dash menu. | ||
|Opacity|Float| | |Opacity|Float| How transparent the in game view of the desktop is on the dash menu. | ||
}} | }} | ||
== | == Usage == | ||
Used in the dash desktop tab. Not used directly by the user. | |||
== Examples == | == Examples == | ||
Used in the dash desktop tab. | |||
== See Also == | == See Also == | ||
Line 20: | Line 22: | ||
[[Category:Components:Uncategorized{{#translation:}}|Desktop View Settings]] | [[Category:Components:Uncategorized{{#translation:}}|Desktop View Settings]] | ||
[[Category:Components{{#translation:}}|Desktop View Settings]] | [[Category:Components{{#translation:}}|Desktop View Settings]] | ||
Latest revision as of 17:07, 16 February 2025
Component image 
Desktop View Settings component as seen in the Scene Inspector

The DesktopViewSettings component is used to adjust how viewing the local user's computer screen is done via 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. |
FollowCursor
|
Bool | Whether the Desktop cursor should follow where the user's in game cursor is on the dash in real time. |
Brightness
|
Float | How bright the display of the desktop is on the in game dash menu. |
Opacity
|
Float | How transparent the in game view of the desktop is on the dash menu. |
Usage
Used in the dash desktop tab. Not used directly by the user.
Examples
Used in the dash desktop tab.