Show / Hide Table of Contents

    Class NextFramePlotPointAction

    Inheritance
    Object
    BasePlotPointAction
    NextFramePlotPointAction
    Implements
    IPlotPointAction
    Inherited Members
    BasePlotPointAction._state
    BasePlotPointAction.State
    BasePlotPointAction._progress
    BasePlotPointAction.Progress
    BasePlotPointAction._unityEventListener
    BasePlotPointAction._onComplete
    BasePlotPointAction.Reset()
    BasePlotPointAction.Skip()
    BasePlotPointAction.DoUpdate(Single, Single)
    BasePlotPointAction.Complete(Boolean)
    BasePlotPointAction.AddToUpdateManager()
    BasePlotPointAction.RemoveFromUpdateManager()
    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 NextFramePlotPointAction : BasePlotPointAction, IPlotPointAction

    Fields

    _controller

    Declaration
    protected IPlotPointController _controller
    Field Value
    Type Description
    IPlotPointController

    _data

    Declaration
    protected NextFramePlotPointActionData _data
    Field Value
    Type Description
    NextFramePlotPointActionData

    Properties

    Data

    Declaration
    public override IPlotPointActionData Data { get; }
    Property Value
    Type Description
    IPlotPointActionData
    Overrides
    BasePlotPointAction.Data

    Name

    Declaration
    public override string Name { get; }
    Property Value
    Type Description
    String
    Overrides
    BasePlotPointAction.Name

    Methods

    Execute(Action<IPlotPointAction>)

    Declaration
    public override void Execute(Action<IPlotPointAction> onComplete)
    Parameters
    Type Name Description
    Action<IPlotPointAction> onComplete
    Overrides
    BasePlotPointAction.Execute(Action<IPlotPointAction>)

    Initialize(IPlotPointController, IUnityEventListener, IPlotPointActionData)

    Declaration
    public override void Initialize(IPlotPointController controller, IUnityEventListener unityEventListener, IPlotPointActionData data)
    Parameters
    Type Name Description
    IPlotPointController controller
    IUnityEventListener unityEventListener
    IPlotPointActionData data
    Overrides
    BasePlotPointAction.Initialize(IPlotPointController, IUnityEventListener, IPlotPointActionData)

    Implements

    IPlotPointAction
    Back to top Copyright © 2020 East Side Games Inc.