Class CurrencyDetailDefinition
CurrencyDetailDefinition. Attach to a GameItemDefinition to store the currency information.
Inherited Members
Namespace: UnityEngine.GameFoundation
Assembly: solution.dll
Syntax
public class CurrencyDetailDefinition : BaseDetailDefinition
Properties
Name | Description |
---|---|
currencySubType | Currency sub-type for this CurrencyDetailDefinition. |
currencyType | Currency type for this CurrencyDetailDefinition. |
Methods
Name | Description |
---|---|
DisplayName() | Returns 'friendly' display name for this CurrencyDetailDefinition. |
TooltipMessage() | Returns string message which explains the purpose of this CurrencyDetailDefinition, for the purpose of displaying as a tooltip in editor. |