Struct CurrencyConversion
Currency conversion setting.
貨幣轉換設定。
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: Votanic.vXR.vGear.Inventory
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public struct CurrencyConversion
Fields
downgradable
Allow to downgrade when balancing currencies.
平衡貨幣時允許進行降級。
Declaration
[Tooltip("Allow to downgrade when balancing currencies.\n平衡貨幣時允許進行降級。")]
public bool downgradable
Field Value
Type | Description |
---|---|
System.Boolean |
exchangeRate
1 original currency to converted currency.
1 原貨幣轉換為其他貨幣的值。
Declaration
[Tooltip("1 original currency to converted currency.\n1 原貨幣轉換為其他貨幣的值。")]
public float exchangeRate
Field Value
Type | Description |
---|---|
System.Single |
identifier
Identifier of converted currency.
需要轉換的貨幣識別碼。
Declaration
[Tooltip("Identifier of converted currency.\n需要轉換的貨幣識別碼。")]
public string identifier
Field Value
Type | Description |
---|---|
System.String |