C# 클래스 FuseMisc.VGOfferInfo

Representation of a Virtual Good Offer that can be presented to a player.
파일 보기 프로젝트 열기: fusepowered/FuseSDKUnity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CurrencyID int
EndTime System.DateTime
ItemAmount int
ItemName string
Metadata string
PurchaseCurrency string
PurchasePrice float
StartTime System.DateTime
VirtualGoodID int

공개 메소드들

메소드 설명
ToString ( ) : string
VGOfferInfo ( string infoString ) : System

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

VGOfferInfo() 공개 메소드

public VGOfferInfo ( string infoString ) : System
infoString string
리턴 System

프로퍼티 상세

CurrencyID 공개적으로 프로퍼티

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

EndTime 공개적으로 프로퍼티

The time and date when the offer should end.
public DateTime,System EndTime
리턴 System.DateTime

ItemAmount 공개적으로 프로퍼티

The amount the user will get from the offer, used when the item is a currency.
public int ItemAmount
리턴 int

ItemName 공개적으로 프로퍼티

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

Metadata 공개적으로 프로퍼티

The metadata configured for this offer.
public string Metadata
리턴 string

PurchaseCurrency 공개적으로 프로퍼티

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

PurchasePrice 공개적으로 프로퍼티

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

StartTime 공개적으로 프로퍼티

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

VirtualGoodID 공개적으로 프로퍼티

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