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(String)
    ISavedDataProvider.CreateSavedData(String)
    ISavedDataProvider.isContentSpecific
    IStaticData.id
    Namespace: IdleKit.Framework
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IGeneratorEntityData : IBaseCollectorEntityData, IEntityData, ISavedDataProvider, IStaticData

    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.