C# Class FuseMisc.VGOfferInfo

Representation of a Virtual Good Offer that can be presented to a player.
Afficher le fichier Open project: fusepowered/FuseSDKUnity Class Usage Examples

Méthodes publiques

Свойство Type Description
CurrencyID int
EndTime System.DateTime
ItemAmount int
ItemName string
Metadata string
PurchaseCurrency string
PurchasePrice float
StartTime System.DateTime
VirtualGoodID int

Méthodes publiques

Méthode Description
ToString ( ) : string
VGOfferInfo ( string infoString ) : System

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

VGOfferInfo() public méthode

public VGOfferInfo ( string infoString ) : System
infoString string
Résultat System

Property Details

CurrencyID public_oe property

The id of the currency that will be spent to get the item.
public int CurrencyID
Résultat int

EndTime public_oe property

The time and date when the offer should end.
public DateTime,System EndTime
Résultat System.DateTime

ItemAmount public_oe property

The amount the user will get from the offer, used when the item is a currency.
public int ItemAmount
Résultat int

ItemName public_oe property

The item the user will receive from the offer.
public string ItemName
Résultat string

Metadata public_oe property

The metadata configured for this offer.
public string Metadata
Résultat string

PurchaseCurrency public_oe property

The currency that will be spent to get the item.
public string PurchaseCurrency
Résultat string

PurchasePrice public_oe property

The amount of currency that will be spent to get the item.
public float PurchasePrice
Résultat float

StartTime public_oe property

The time and date when the offer should start.
public DateTime,System StartTime
Résultat System.DateTime

VirtualGoodID public_oe property

The id of the item the user will receive from the offer.
public int VirtualGoodID
Résultat int