Component:SupporterCreditList

From Resonite Wiki
Component image 
Supporter Credit List component as seen in the Scene Inspector

The SupporterCreditList component is used to get a list of supporters currently supporting the game financially.

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. Some components stop their functionality when this field is disabled, but some don't.
CreditType CreditType What kind of supporter level/category to get names from.
Separator String How to separate the list of names.
Prefix String What to put at the beginning of each name (Usually a color tag)
Suffix String What to put at the end of each name (Usually a color tag ender.
FormattedList String The resulting list.

Usage

This article or section is a Stub. You can help the Resonite Wiki by expanding it.

Examples

Used in the exit screen to thank everyone who helps support the game and its development.

See Also