Component:LegacyCloudStorageSpaceIndicator: Difference between revisions

From Resonite Wiki
imported>Mysticporo
Created page with "<languages></languages> <translate> <!--T:1--> {{stub}} {{Infobox Component |Image=CloudStorageSpaceIndicatorComponent.png |Name=Cloud Storage Space Indicator }} <!--T:2--> =..."
 
Automated: update component fields
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:
{{stub}}
{{stub}}
{{Infobox Component
{{Infobox Component
|Image=CloudStorageSpaceIndicatorComponent.png
|Image=LegacyCloudStorageSpaceIndicatorComponent.png
|Name=Cloud Storage Space Indicator
|Name=Legacy Cloud Storage Space Indicator
}}
}}


Line 11: Line 11:
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|OwnerId|String|
|Source|'''[[Component:StorageUsageStatus|StorageUsageStatus]]'''|TypeAdv0=true|
|MemberQuota|Bool|
|ContainerColor|ColorX|
|ContainerColor|Color|
|UsedColor|ColorX|
|UsedColor|Color|
|LowSpaceColor|ColorX|
|LowSpaceColor|Color|
|CriticalSpaceColor|ColorX|
|CriticalSpaceColor|Color|
|LowSpaceThreshold|Float|
|LowSpaceThreshold|Float|
|CriticalSpaceThreshold|Float|
|CriticalSpaceThreshold|Float|
|_ownerLabel|TextRenderer|
|_ownerLabel|'''[[Component:TextRenderer|TextRenderer]]'''|TypeAdv7=true|
|_usageLabel|TextRenderer|
|_usageLabel|'''[[Component:TextRenderer|TextRenderer]]'''|TypeAdv8=true|
|_percentLabel|TextRenderer|
|_percentLabel|'''[[Component:TextRenderer|TextRenderer]]'''|TypeAdv9=true|
|_progressBar|NeosProgressBar|
|_progressBar|'''[[Component:LegacyProgressBar|LegacyProgressBar]]'''|TypeAdv10=true|
|__legacyOwnerId|String|
|__legacyMemberQuota|Bool|
}}
}}


Line 35: Line 36:
</translate>
</translate>
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Components{{#translation:}}|Cloud Storage Space Indicator]]
[[Category:Components{{#translation:}}|Legacy Cloud Storage Space Indicator]]
[[Category:Components:Cloud{{#translation:}}|Cloud Storage Space Indicator]]
[[Category:Components:Cloud{{#translation:}}|Legacy Cloud Storage Space Indicator]]

Latest revision as of 10:18, 1 March 2024


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


Fields

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.
Source StorageUsageStatus
ContainerColor ColorX
UsedColor ColorX
LowSpaceColor ColorX
CriticalSpaceColor ColorX
LowSpaceThreshold Float
CriticalSpaceThreshold Float
_ownerLabel TextRenderer
_usageLabel TextRenderer
_percentLabel TextRenderer
_progressBar LegacyProgressBar
__legacyOwnerId String
__legacyMemberQuota Bool

Usage

Examples

Related Components