Component:AssetGatherSettings: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=Asset Gather Settings
|Name=Asset Gather Settings
}}
}}
{{stub}}
Allows the user to set and adjust the asset download settings within dash space.


== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|MaxConcurrentAssetTransfers|Int|
|MaxConcurrentAssetTransfers|Int| How many assets can be sent to or received from other players in parallel for the client
|MaxConcurrentDownloads|Int|
|MaxConcurrentDownloads|Int| How many assets can be downloaded from the cloud at the same time.
}}
}}


Line 14: Line 14:


== Examples ==
== Examples ==
This is used in the settings menu tab in the dash.


== See Also ==
== See Also ==
Line 19: Line 20:
[[Category:Components:Uncategorized{{#translation:}}|Asset Gather Settings]]
[[Category:Components:Uncategorized{{#translation:}}|Asset Gather Settings]]
[[Category:Components{{#translation:}}|Asset Gather Settings]]
[[Category:Components{{#translation:}}|Asset Gather Settings]]
[[Category:ComponentStubs]]

Latest revision as of 21:41, 14 October 2024

Component image 
Asset Gather Settings component as seen in the Scene Inspector

Allows the user to set and adjust the asset download settings within dash space.

Usage

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.
MaxConcurrentAssetTransfers Int How many assets can be sent to or received from other players in parallel for the client
MaxConcurrentDownloads Int How many assets can be downloaded from the cloud at the same time.

Behavior

Examples

This is used in the settings menu tab in the dash.

See Also