docs.unity.cn
    Show / Hide Table of Contents

    Class ClaimedRewardData

    Contains serializable data for a claimed reward item.

    Inheritance
    Object
    ClaimedRewardData
    Namespace: UnityEngine.GameFoundation.Data
    Syntax
    [Serializable]
    public class ClaimedRewardData

    Fields

    rewardItemKey

    The key of the claimed RewardItemDefinition.

    Declaration
    public string rewardItemKey
    Field Value
    Type Description
    String

    timestamp

    The timestamp at which the reward have been claimed.

    Declaration
    public long timestamp
    Field Value
    Type Description
    Int64
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 16 June 2021