Show / Hide Table of Contents

    Class CollectFromCollectorTypeGoalData

    Contains the IGoalData associated with CollectFromCollectorTypeGoal

    Inheritance
    Object
    GoalData
    CollectFromCollectorTypeGoalData
    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 CollectFromCollectorTypeGoalData : GoalData, IGoalData, IActivatableData, IEntityData, ISavedDataProvider, IData

    Constructors

    CollectFromCollectorTypeGoalData(String, String, Int32, String, Boolean)

    Declaration
    public CollectFromCollectorTypeGoalData(string id, string rewardId, int targetAmount, string collectorId, bool any)
    Parameters
    Type Name Description
    String id
    String rewardId
    Int32 targetAmount
    String collectorId
    Boolean any

    Fields

    _any

    Declaration
    protected bool _any
    Field Value
    Type Description
    Boolean

    _collectorId

    Declaration
    protected string _collectorId
    Field Value
    Type Description
    String

    Properties

    Any

    Declaration
    public virtual bool Any { get; }
    Property Value
    Type Description
    Boolean

    CollectorId

    Declaration
    public virtual string CollectorId { get; }
    Property Value
    Type Description
    String

    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.