Show / Hide Table of Contents

    Interface IPlotPointSequenceCollectionData

    Container class, associated with an IStage and a collection of IPlotPointActivatorDatas

    Inherited Members
    IStaticData.id
    Namespace: IdleKit.Framework
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IPlotPointSequenceCollectionData : IPlotPointData, IStaticData

    Properties

    activators

    An array of IPlotPointActorDatas

    Declaration
    IPlotPointActivatorData[] activators { get; }
    Property Value
    Type Description
    IPlotPointActivatorData[]

    associatedStageId

    The IStage associated with this collection

    Declaration
    string associatedStageId { get; }
    Property Value
    Type Description
    String

    savedData

    The IPlotPointSequenceCollectionSavedData associated with this collection

    Declaration
    IPlotPointSequenceCollectionSavedData savedData { get; set; }
    Property Value
    Type Description
    IPlotPointSequenceCollectionSavedData

    Methods

    Contains(IPlotPointSequenceData)

    Checks whether or not a given IPlotPointSequenceData is in this collection

    Declaration
    bool Contains(IPlotPointSequenceData sequenceData)
    Parameters
    Type Name Description
    IPlotPointSequenceData sequenceData
    Returns
    Type Description
    Boolean

    A bool representing whether the given IPlotPointSequenceData is in this collection

    Contains(String)

    Checks whether or not a IPlotPointSequenceData with a given ID is in this collection

    Declaration
    bool Contains(string sequenceID)
    Parameters
    Type Name Description
    String sequenceID
    Returns
    Type Description
    Boolean

    A bool representing whether the given IPlotPointSequenceData ID is in this collection

    Back to top Copyright © 2020 East Side Games Inc.