Show / Hide Table of Contents

    Class CollectCurrenciesWithTagsGoalData

    Contains the IGoalData associated with the CollectCurrenciesWithTagsGoal

    Inheritance
    Object
    GoalData
    CollectCurrenciesWithTagsGoalData
    DynamicCollectCurrenciesWithTagsGoalData
    Implements
    IGoalData
    IActivatableData
    IEntityData
    ISavedDataProvider
    IData
    Inherited Members
    GoalData._id
    GoalData.Id
    GoalData._amount
    GoalData.Amount
    GoalData._rewardId
    GoalData.RewardId
    GoalData.CreateSavedData()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class CollectCurrenciesWithTagsGoalData : GoalData, IGoalData, IActivatableData, IEntityData, ISavedDataProvider, IData

    Constructors

    CollectCurrenciesWithTagsGoalData()

    Declaration
    public CollectCurrenciesWithTagsGoalData()

    CollectCurrenciesWithTagsGoalData(String, String, Double, TagConsumerData)

    Declaration
    public CollectCurrenciesWithTagsGoalData(string id, string rewardId, double targetAmount, TagConsumerData tagConsumerData)
    Parameters
    Type Name Description
    String id
    String rewardId
    Double targetAmount
    TagConsumerData tagConsumerData

    Fields

    _tagConsumerData

    Declaration
    protected TagConsumerData _tagConsumerData
    Field Value
    Type Description
    TagConsumerData

    Properties

    TagConsumerData

    Declaration
    public virtual ITagConsumerData TagConsumerData { get; }
    Property Value
    Type Description
    ITagConsumerData

    Methods

    CreateEntity()

    Declaration
    public override IEntity CreateEntity()
    Returns
    Type Description
    IEntity
    Overrides
    GoalData.CreateEntity()

    Implements

    IGoalData
    IActivatableData
    IEntityData
    ISavedDataProvider
    IData
    Back to top Copyright © 2020 East Side Games Inc.