Class PlotPointActorPool
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public class PlotPointActorPool
Fields
_pool
Declaration
protected Dictionary<Type, List<IPlotPointActor>> _pool
Field Value
Type | Description |
---|---|
Dictionary<Type, List<IPlotPointActor>> |
Methods
AddActor(IPlotPointActor)
Declaration
public virtual void AddActor(IPlotPointActor actor)
Parameters
Type | Name | Description |
---|---|---|
IPlotPointActor | actor |
Clear()
Declaration
public virtual void Clear()
GetActor(IPlotPointActorData)
Declaration
public virtual IPlotPointActor GetActor(IPlotPointActorData data)
Parameters
Type | Name | Description |
---|---|---|
IPlotPointActorData | data |
Returns
Type | Description |
---|---|
IPlotPointActor |