Interface IPlotPointSequenceCollectionData
Container class, associated with an IStage and a collection of IPlotPointActivatorDatas
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface IPlotPointSequenceCollectionData : IPlotPointData, IData
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 |