Interface IPlotPointActionData
Contains the data associated with a specific IPlotPointAction
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface IPlotPointActionData : IPlotPointData, IData
Methods
CreateAction(IPlotPointController, IUnityEventListener)
Creates an instance of the IPlotPointAction associated with this data
Declaration
IPlotPointAction CreateAction(IPlotPointController controller, IUnityEventListener unityEventListener)
Parameters
Type | Name | Description |
---|---|---|
IPlotPointController | controller | The IPlotPointController that will be activating the action |
IUnityEventListener | unityEventListener | The IUnityEventListener that will be updating the action |
Returns
Type | Description |
---|---|
IPlotPointAction | A new IPlotPointAction of the type associated with this specific data |