Show / Hide Table of Contents

    Interface IGeneratorEntityData

    Contains the data associated with a specific IGeneratorEntity in a specific IStage. Each IGeneratorEntityData contains properties related to an IGeneratorUnitTargetSequenceData. For properties related to an IGeneratorEntity's payout, see IGeneratorBalanceData.

    Inherited Members
    IBaseCollectorEntityData.DataId
    IBaseCollectorEntityData.BalanceDataId
    IEntityData.CreateEntity()
    ISavedDataProvider.CreateSavedData()
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IGeneratorEntityData : IBaseCollectorEntityData, IEntityData, ISavedDataProvider, IData

    Properties

    UnitTargetSequenceId

    The id for the IGeneratorUnitTargetSequenceData.

    Declaration
    string UnitTargetSequenceId { get; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2020 East Side Games Inc.