C# 클래스 PlayFab.ClientModels.CatalogItemConsumableInfo

파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
UsageCount uint?
UsagePeriod uint?
UsagePeriodGroup string

프로퍼티 상세

UsageCount 공개적으로 프로퍼티

number of times this object can be used, after which it will be removed from the player inventory
public uint? UsageCount
리턴 uint?

UsagePeriod 공개적으로 프로퍼티

duration in seconds for how long the item will remain in the player inventory - once elapsed, the item will be removed (recommended minimum value is 5 seconds, as lower values can cause the item to expire before operations depending on this item's details have completed)
public uint? UsagePeriod
리턴 uint?

UsagePeriodGroup 공개적으로 프로퍼티

all inventory item instances in the player inventory sharing a non-null UsagePeriodGroup have their UsagePeriod values added together, and share the result - when that period has elapsed, all the items in the group will be removed
public string UsagePeriodGroup
리턴 string