Show / Hide Table of Contents

    Interface IPlotPointFrameData

    Frames are discrete collections of data that tell the IPlotPointController what visuals to display and what actions to perform

    Inherited Members
    IStaticData.id
    Namespace: IdleKit.Framework
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IPlotPointFrameData : IPlotPointData, IStaticData

    Properties

    actionIds

    A list of IPlotPointActionData IDs which should be performed on this frame

    Declaration
    string[] actionIds { get; }
    Property Value
    Type Description
    String[]

    actors

    A list of IPlotPointActorData which should be displayed on this frame

    Declaration
    IPlotPointActorData[] actors { get; }
    Property Value
    Type Description
    IPlotPointActorData[]
    Back to top Copyright © 2020 East Side Games Inc.