Show / Hide Table of Contents

    Class PlotPointSequenceData

    Inheritance
    Object
    PlotPointSequenceData
    Implements
    IPlotPointSequenceData
    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 class PlotPointSequenceData : IPlotPointSequenceData, IPlotPointData, IData

    Constructors

    PlotPointSequenceData()

    Declaration
    public PlotPointSequenceData()

    PlotPointSequenceData(PlotPointSequenceData)

    Declaration
    public PlotPointSequenceData(PlotPointSequenceData data)
    Parameters
    Type Name Description
    PlotPointSequenceData data

    Fields

    _frameIds

    Declaration
    protected string[] _frameIds
    Field Value
    Type Description
    String[]

    _id

    Declaration
    protected string _id
    Field Value
    Type Description
    String

    Properties

    FrameIds

    Declaration
    public virtual string[] FrameIds { get; }
    Property Value
    Type Description
    String[]

    Id

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

    Methods

    AddFrame(String, Int32)

    Declaration
    public virtual void AddFrame(string frameId, int index)
    Parameters
    Type Name Description
    String frameId
    Int32 index

    Create()

    Declaration
    public static PlotPointSequenceData Create()
    Returns
    Type Description
    PlotPointSequenceData

    DecrementFrameOrder(Int32)

    Declaration
    public virtual void DecrementFrameOrder(int frameIndex)
    Parameters
    Type Name Description
    Int32 frameIndex

    DeleteFrame(Int32)

    Declaration
    public virtual void DeleteFrame(int index)
    Parameters
    Type Name Description
    Int32 index

    IncrementFrameOrder(Int32)

    Declaration
    public virtual void IncrementFrameOrder(int frameIndex)
    Parameters
    Type Name Description
    Int32 frameIndex

    SetFrames(String[])

    Declaration
    public virtual void SetFrames(string[] frameIds)
    Parameters
    Type Name Description
    String[] frameIds

    SetId(String)

    Declaration
    public virtual void SetId(string id)
    Parameters
    Type Name Description
    String id

    Implements

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