Component image File:FundingStatisticsComponent.pngFunding Statistics component as seen in the Scene Inspector
The Funding Statistics component is used to get the different funding values for Resonite in United States Dollars from supporters.
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. |
Timestamp
|
DateTime | The last time the values were updated as a time stamp. |
Aggregate
|
direct FundingStatistics.ServiceStats | The combination of all support channels. |
Patreon
|
direct FundingStatistics.ServiceStats | The Monetary support from Patreon members. |
Stripe
|
direct FundingStatistics.ServiceStats | The Monetary support from Stripe members. |
ServiceStats
Name | Type | Description |
---|---|---|
Current
|
direct FundingStatistics.FundingStats | The current money being supported via this medium. |
Historical
|
direct FundingStatistics.FundingStats | The historical money that was given via this medium. |