Show / Hide Table of Contents

    Class BasePlotPointActionData

    Inheritance
    Object
    BasePlotPointActionData
    NextFramePlotPointActionData
    PanPlotPointActionData
    WaitPlotPointActionData
    Implements
    IPlotPointActionData
    IPlotPointData
    IData
    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 abstract class BasePlotPointActionData : IPlotPointActionData, IPlotPointData, IData

    Fields

    _id

    Declaration
    protected string _id
    Field Value
    Type Description
    String

    Properties

    Id

    Declaration
    public virtual string Id { get; }
    Property Value
    Type Description
    String

    Methods

    CreateAction(IPlotPointController, IUnityEventListener)

    Declaration
    public abstract IPlotPointAction CreateAction(IPlotPointController controller, IUnityEventListener unityEventListener)
    Parameters
    Type Name Description
    IPlotPointController controller
    IUnityEventListener unityEventListener
    Returns
    Type Description
    IPlotPointAction

    Implements

    IPlotPointActionData
    IPlotPointData
    IData
    Back to top Copyright © 2020 East Side Games Inc.