docs.unity.cn
    Show / Hide Table of Contents

    Class RewardManagerData

    Serializable structure that contains the runtime state of the IRewardManager.

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

    Fields

    rewards

    The reward states that are part of this state.

    Declaration
    public RewardData[] rewards
    Field Value
    Type Description
    RewardData[]

    Properties

    Empty

    Get an empty instance of this class.

    Declaration
    public static RewardManagerData Empty { get; }
    Property Value
    Type Description
    RewardManagerData
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 16 June 2021