Show / Hide Table of Contents

Class CurrencyAmount

Currency amount information.
貨幣金額資訊。

Inheritance
System.Object
CurrencyAmount
Namespace: Votanic.vXR.vGear.Inventory
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public class CurrencyAmount

Fields

identifier

Identifier for searching currency.
用於搜尋貨幣的識別碼。

Declaration
[Tooltip("Identifier for searching currency.\n用於搜尋貨幣的識別碼。")]
public string identifier
Field Value
Type Description
System.String

value

Value of this currency.
這個貨幣的值。

Declaration
[Tooltip("Value of this currency.\n這個貨幣的值。")]
public float value
Field Value
Type Description
System.Single
In This Article
Back to top Generated by DocFX