C# 클래스 PlayFab.ServerModels.ModifyUserVirtualCurrencyResult

상속: PlayFab.SharedModels.PlayFabResultCommon
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
Balance int
BalanceChange int
PlayFabId string
VirtualCurrency string

프로퍼티 상세

Balance 공개적으로 프로퍼티

Balance of the virtual currency after modification.
public int Balance
리턴 int

BalanceChange 공개적으로 프로퍼티

Amount added or subtracted from the user's virtual currency. Maximum VC balance is Int32 (2,147,483,647). Any increase over this value will be discarded.
public int BalanceChange
리턴 int

PlayFabId 공개적으로 프로퍼티

User currency was subtracted from.
public string PlayFabId
리턴 string

VirtualCurrency 공개적으로 프로퍼티

Name of the virtual currency which was modified.
public string VirtualCurrency
리턴 string