The '''LegacyCloudStorageSpaceIndicator''' component was used in old migrated legacy content that showed the cloud storage usage for a user. This component should not be used in new content and should be replaced when possible.
<!--T:2-->
<!--T:2-->
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|OwnerId|String|
|Source|'''[[Component:StorageUsageStatus|StorageUsageStatus]]'''|TypeAdv0=true| The source of the cloud usage data.
|MemberQuota|Bool|
|ContainerColor|ColorX| The color of the UI container.
|ContainerColor|Color|
|UsedColor|ColorX| The normal color when storage has been used.
|UsedColor|Color|
|LowSpaceColor|ColorX| The color to use when space is low.
|LowSpaceColor|Color|
|CriticalSpaceColor|ColorX| The color to use when space is almost filled or beyond filled.
|CriticalSpaceColor|Color|
|LowSpaceThreshold|Float| The percentage 0 to 1 for cloud storage to be considered low space.
|LowSpaceThreshold|Float|
|CriticalSpaceThreshold|Float| The percentage from 0 to 1 for cloud storage to be considered critically full.
|CriticalSpaceThreshold|Float|
|_ownerLabel|'''[[Component:TextRenderer|TextRenderer]]'''|TypeAdv7=true| The text renderer that shows the owner of this cloud storage indicator.
|_ownerLabel|TextRenderer|
|_usageLabel|'''[[Component:TextRenderer|TextRenderer]]'''|TypeAdv8=true| The text renderer that shows the usage of the cloud storage for the user.
|_usageLabel|TextRenderer|
|_percentLabel|'''[[Component:TextRenderer|TextRenderer]]'''|TypeAdv9=true| The text renderer that shows the percentage full for the cloud storage of the user.
|_percentLabel|TextRenderer|
|_progressBar|'''[[Component:LegacyProgressBar|LegacyProgressBar]]'''|TypeAdv10=true| The UI used to show the amount of storage used as a progress bar.
|_progressBar|NeosProgressBar|
|__legacyOwnerId|String| The legacy owner ID for what user this component was supposed to show the cloud storage for.
|__legacyMemberQuota|Bool| Whether this component was supposed to show the amount of storage a user was using for a group shared storage that they were allocated.
}}
}}
<!--T:3-->
<!--T:3-->
== Usage ==
== Usage ==
Just don't.
<!--T:4-->
<!--T:4-->
== Examples ==
== Examples ==
{{stub}}
<!--T:5-->
<!--T:5-->
== Related Components ==
== See Also ==
</translate>
</translate>
[[Category:ComponentStubs]]
[[Category:Components{{#translation:}}|Legacy Cloud Storage Space Indicator]]
[[Category:Components{{#translation:}}|Legacy Cloud Storage Space Indicator]]
[[Category:Components:Cloud{{#translation:}}|Legacy Cloud Storage Space Indicator]]
[[Category:Components:Cloud{{#translation:}}|Legacy Cloud Storage Space Indicator]]
Latest revision as of 03:43, 7 April 2025
This article describes a feature marked as legacy—this usually means there's a newer, better alternative. Legacy features might not be removed but they will not be updated, and the team will not provide any support for them.
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Component image
Legacy Cloud Storage Space Indicator component as seen in the Scene Inspector
The LegacyCloudStorageSpaceIndicator component was used in old migrated legacy content that showed the cloud storage usage for a user. This component should not be used in new content and should be replaced when possible.