Show / Hide Table of Contents

    Class PlotPointActorPool

    Inheritance
    Object
    PlotPointActorPool
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    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
    Back to top Copyright © 2020 East Side Games Inc.