C# 클래스 PlayFab.ClientModels.CatalogItemBundleInfo

파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BundledItems List
BundledResultTables List
BundledVirtualCurrencies uint>.Dictionary

프로퍼티 상세

BundledItems 공개적으로 프로퍼티

unique ItemId values for all items which will be added to the player inventory when the bundle is added
public List BundledItems
리턴 List

BundledResultTables 공개적으로 프로퍼티

unique TableId values for all RandomResultTable objects which are part of the bundle (random tables will be resolved and add the relevant items to the player inventory when the bundle is added)
public List BundledResultTables
리턴 List

BundledVirtualCurrencies 공개적으로 프로퍼티

virtual currency types and balances which will be added to the player inventory when the bundle is added
public Dictionary BundledVirtualCurrencies
리턴 uint>.Dictionary