Enum CurrencyDetailDefinition.CurrencySubType
Another level of refinement for describing/tracking a currency. Any currency type can be combined with any currency sub-type.
Namespace: UnityEngine.GameFoundation
Assembly: solution.dll
Syntax
public enum CurrencyDetailDefinition.CurrencySubType
Fields
Name | Description |
---|---|
Event | Event currencies are typically gained through time limited special events (e.g. a holiday event). |
None | Not categorized by any sub-type. |
Other | For use when you want to sub-categorize a currency, but it still doesn't fit into Event or Social categories. |
Social | Social currencies are typically gained through interactions between other players. |