C# Class FuseMisc.VGOfferInfo

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

Public Properties

Property Type Description
CurrencyID int
EndTime System.DateTime
ItemAmount int
ItemName string
Metadata string
PurchaseCurrency string
PurchasePrice float
StartTime System.DateTime
VirtualGoodID int

Public Methods

Method Description
ToString ( ) : string
VGOfferInfo ( string infoString ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

VGOfferInfo() public method

public VGOfferInfo ( string infoString ) : System
infoString string
return System

Property Details

CurrencyID public_oe property

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

EndTime public_oe property

The time and date when the offer should end.
public DateTime,System EndTime
return 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
return int

ItemName public_oe property

The item the user will receive from the offer.
public string ItemName
return string

Metadata public_oe property

The metadata configured for this offer.
public string Metadata
return string

PurchaseCurrency public_oe property

The currency that will be spent to get the item.
public string PurchaseCurrency
return string

PurchasePrice public_oe property

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

StartTime public_oe property

The time and date when the offer should start.
public DateTime,System StartTime
return System.DateTime

VirtualGoodID public_oe property

The id of the item the user will receive from the offer.
public int VirtualGoodID
return int